Skip to content

Commit

Permalink
Fix publish-release.yml crash on release
Browse files Browse the repository at this point in the history
Specify release tag explicitly as this action doesn't seem to be able to pick it up from the repo. See softprops/action-gh-release#20 (comment)
  • Loading branch information
sergey-rybalkin authored Jun 1, 2024
1 parent 8ceb046 commit a282f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{inputs.version}}
files: ./bin/x64/Release/livekeys.exe
name: ${{inputs.version}}

0 comments on commit a282f90

Please sign in to comment.