Skip to content

Commit 6f33552

Browse files
ci: rename env variable to NPM_TOKEN
Trying to fix the error on semantic-release at github actions that is saying that the NPM token was not set
1 parent 220108c commit 6f33552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
- name: Run Semantic Release
4949
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
run: npx semantic-release

0 commit comments

Comments
 (0)