Skip to content

Commit 661c32b

Browse files
authored
Merge pull request #33 from ebenjs/develop
Develop
2 parents 73da970 + 0cff970 commit 661c32b

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)