Skip to content

Commit

Permalink
github: Use short ref names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jun 5, 2024
1 parent 897a5b5 commit 9b06c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Create release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create --draft ${{ github.ref }}
run: gh release create --draft --title ${{ github.ref_name }} ${{ github.ref_name }}

0 comments on commit 9b06c6b

Please sign in to comment.