Skip to content

Commit 9c154ff

Browse files
committed
ci(release): restore plugin npm token env
1 parent 866fc34 commit 9c154ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/plugin-npm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ jobs:
287287
if: steps.npm_package_version.outputs.already_published != 'true'
288288
env:
289289
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
290+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
290291
OPENCLAW_NPM_PUBLISH_AUTH_MODE: trusted-publisher
291292
run: bash scripts/plugin-npm-publish.sh --publish "${{ matrix.plugin.packageDir }}"
292293

0 commit comments

Comments
 (0)