Skip to content

Commit

Permalink
Update Release.yaml (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
eksrha authored May 26, 2024
1 parent 73bd21d commit dcc6168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Compress binaries with upx
run: make upx
env:
VERSION: "${{ needs.generate-infos.outputs.version }}"
VERSION: "${{ needs.create-release.outputs.version }}"

- name: create changelog & update release-template.md
run: make chglog
Expand Down

0 comments on commit dcc6168

Please sign in to comment.