Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
A-J-Bauer committed Mar 1, 2024
1 parent f5c6fe9 commit d94100b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ jobs:
release:
runs-on: ubuntu-latest
needs: publish
steps:
steps:
- id: step1
name: Checkout
uses: actions/checkout@v4

- id: step2
name: Create release
env:
VERSION: ${{needs.publish.outputs.version}}
Expand All @@ -43,7 +39,6 @@ jobs:
echo "::notice file=dotnet.yml::Creating release $VERSION"
# echo "$VERSION"
gh release create "$VERSION" \
"./dist/*#dist folder js" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY} ${VERSION}" \
--generate-notes
Expand Down
2 changes: 1 addition & 1 deletion vgauge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// vgauge.js 1.0.13, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.
// vgauge.js 1.0.14, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.

class VGauge {
static isNonEmptyString(s) {
Expand Down

0 comments on commit d94100b

Please sign in to comment.