Skip to content

Commit 42a617c

Browse files
committed
ci(sdk): fix npm token reference for release job
1 parent fd5d386 commit 42a617c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
env:
142142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143143
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
145145
working-directory: packages/sdk
146146
run: npx semantic-release
147147

0 commit comments

Comments
 (0)