Skip to content

Commit d54af53

Browse files
committed
fix: gh action args
1 parent 21413d7 commit d54af53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
37-
tag_name: ${{ github.ref }}
38-
release_name: Release ${{ github.ref }}
37+
tag_name: ${{ github.ref_name }}
38+
release_name: Release ${{ github.ref_name }}
3939
body_path: ./packages/vite-plugin-monkey/CHANGELOG.md

0 commit comments

Comments
 (0)