Skip to content

Commit e89d67d

Browse files
authored
fix: fixed name of npm token
1 parent 4bc06c4 commit e89d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
- name: "Semantic Release"
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
5353
run: yarn multi-semantic-release

0 commit comments

Comments
 (0)