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 154a8dd commit abde5a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
VERSION: ${{needs.publish.outputs.version}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release delete-asset "$VERSION" "${VERSION}.zip#Source code" -y
gh release delete-asset "$VERSION" "${VERSION}.tar.gz#Source code" -y
gh release delete-asset "$VERSION" "${VERSION}.zip#Source code (zip)" -y
gh release delete-asset "$VERSION" "${VERSION}.tar.gz#Source code (tar.gz)" -y
echo "::notice file=dotnet.yml::Cleaned 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.28, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text.
// vgauge.js 1.0.29, 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 abde5a6

Please sign in to comment.