Skip to content

Commit 0cff970

Browse files
authored
Merge pull request #32 from ebenjs/bundle
fix: patch#5
2 parents ec452b6 + 8c125c4 commit 0cff970

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
- run: npm test
3939
- run: npm run format
4040
- run: npm run build
41-
- run: npx semantic-release
4241

4342
- name: Release
4443
env:
45-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4645
run: npx semantic-release

0 commit comments

Comments
 (0)