Skip to content

Commit

Permalink
Use predetermined tag name instead of ref - may avoid git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Aug 30, 2024
1 parent 60bafb2 commit be2a3bb
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 @@ -105,4 +105,4 @@ jobs:
GITHUB_TOKEN: ${{ github.TOKEN }}
shell: bash
run: |
gh release create '${{ github.ref }}' --title 'Release v${{ needs.versions.outputs.release-version }}' --notes "$(cat notes/RELEASE_NOTES.md)" dist/* man/pyee.1
gh release create 'v${{ needs.versions.outputs.release-version }}' --title 'Release v${{ needs.versions.outputs.release-version }}' --notes "$(cat notes/RELEASE_NOTES.md)" dist/* man/pyee.1

0 comments on commit be2a3bb

Please sign in to comment.