Skip to content

Commit

Permalink
use ref_name instead of ref when releasing (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Nov 1, 2022
1 parent c11782d commit a13e318
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 @@ -47,7 +47,7 @@ jobs:
body: ${{ steps.github_release.outputs.changelog }}
prerelease: false
tag_name: ${{ github.ref }}
name: "Release ${{ github.ref }}"
name: "Release ${{ github.ref_name }}"
files: |
dist/*
LICENSE-*
Expand Down

0 comments on commit a13e318

Please sign in to comment.