ci(release): restore plugin npm token env

This commit is contained in:
Vincent Koc 2026-06-28 16:45:29 -07:00
parent 866fc34e30
commit 9c154ffa46
No known key found for this signature in database

View file

@ -287,6 +287,7 @@ jobs:
if: steps.npm_package_version.outputs.already_published != 'true'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
OPENCLAW_NPM_PUBLISH_AUTH_MODE: trusted-publisher
run: bash scripts/plugin-npm-publish.sh --publish "${{ matrix.plugin.packageDir }}"