Skip to content

Commit

Permalink
action: set short name for ref in release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Sukhov committed Nov 11, 2023
1 parent 4030159 commit 08a1a6f
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 @@ -72,6 +72,6 @@ jobs:
to: ${{ secrets.TELEGRAM_GROUP_ID }}
token: ${{ secrets.TELEGRAM_RELEASE_NOTIFIER_BOT_TOKEN }}
message: |
🚀 New version has just been released: ${{ github.ref }}
🚀 New version has just been released: ${{ github.ref_name }}
See changes here: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}

0 comments on commit 08a1a6f

Please sign in to comment.