Skip to content

Commit 57e3a17

Browse files
committed
fix: Fix npm token issue using pnpm
1 parent 4df71ef commit 57e3a17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/npm-publish/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ runs:
5050
else
5151
TAG="latest"
5252
fi
53+
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
5354
pnpm publish --publish-branch v4 --tag $TAG
5455
env:
55-
NODE_AUTH_TOKEN: ${{ inputs.npm-token }}
56+
NPM_TOKEN: ${{ inputs.npm-token }}
5657
VERSION: ${{ inputs.version }}
5758
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)