Skip to content

Commit 1506629

Browse files
committed
fix: Trying to fix semantic-release config
1 parent a6c5888 commit 1506629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
- name: Release
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
45+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
46+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
47+
CI: true
4748
run: npx semantic-release

0 commit comments

Comments
 (0)