Skip to content

Commit

Permalink
ci: Fix input release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Feb 1, 2025
1 parent 58bdd07 commit a6a7a37
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 @@ -27,4 +27,4 @@ jobs:
with:
body: |
${{ steps.changelog.outputs.changes }}
tag_name: ${{ github.ref }}
tag_name: ${{ github.event.ref }}

0 comments on commit a6a7a37

Please sign in to comment.