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 03c2557 commit 1e3df56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--repo="$GITHUB_REPOSITORY" \
--title="${VERSION}" \
--generate-notes
gh release upload "$VERSION" dist.zip
gh release upload "$VERSION" ${VERSION}.zip
gh release delete-asset "$VERSION" ${VERSION}.tar.gz
echo "::notice file=dotnet.yml::Created release $VERSION"
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.20, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.
// vgauge.js 1.0.21, 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 1e3df56

Please sign in to comment.