Skip to content

Commit

Permalink
fix: set the tag_name for "action-gh-release" explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 0cfe70f commit d79f917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: app.7z
tag_name: v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d79f917

Please sign in to comment.