Skip to content

Commit

Permalink
fix: release refname
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoJerryYu committed Jun 4, 2024
1 parent 113751f commit 6bb5fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "${GITHUB_REF##refs/tags/}"
release_name: Release "${GITHUB_REF##refs/tags/}"
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
draft: false
prerelease: false

0 comments on commit 6bb5fc4

Please sign in to comment.