Skip to content

Commit 8f2f9d3

Browse files
committed
feat: add automated tagging and release creation in GitHub Actions workflow
1 parent 3d60633 commit 8f2f9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Create GitHub Release
6565
uses: actions/create-release@v1
6666
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
HUB_TOKEN: ${{ secrets.HUB_TOKEN }}
6868
with:
6969
tag_name: ${{ env.VERSION }}
7070
release_name: Release ${{ env.VERSION }}

0 commit comments

Comments
 (0)