Skip to content

Commit

Permalink
Use release version in gh release command
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Aug 13, 2024
1 parent 95cc674 commit 9c45e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/download-artifact@v4
- name: Make release
run: >
gh release create nightly \
gh release create ${{ github.event.inputs.version }} \
--repo angr/angr-management \
--title "angr management ${{ github.event.inputs.version }}" \
--notes "$RELEASE_NOTES" \
Expand Down

0 comments on commit 9c45e3f

Please sign in to comment.