Skip to content

Commit 90771e7

Browse files
Fixing CICD
1 parent 4fd4ce6 commit 90771e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: npx semantic-release
9999
env:
100100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
101+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
102102
- name: Publish to npm
103103
run: npm publish
104104
env:

0 commit comments

Comments
 (0)