We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21413d7 commit d54af53Copy full SHA for d54af53
1 file changed
.github/workflows/publish.yml
@@ -34,6 +34,6 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
with:
37
- tag_name: ${{ github.ref }}
38
- release_name: Release ${{ github.ref }}
+ tag_name: ${{ github.ref_name }}
+ release_name: Release ${{ github.ref_name }}
39
body_path: ./packages/vite-plugin-monkey/CHANGELOG.md
0 commit comments