Skip to content

Commit

Permalink
Use github.ref_name for short release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sukhov committed Nov 6, 2023
1 parent df7d27a commit 7b92494
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 @@ -74,4 +74,4 @@ jobs:
message: |
🚀 New version has just been released: ${{ github.ref }}
See changes here: https://github.com/cyxou/${{ github.repository }}/releases/tag/${{ github.ref }}
See changes here: https://github.com/cyxou/${{ github.repository }}/releases/tag/${{ github.ref_name }}

0 comments on commit 7b92494

Please sign in to comment.