ci: update trusted-publishing (#22384)

This commit is contained in:
btea
2025-09-30 10:05:51 +08:00
committed by GitHub
parent 3532dd6982
commit f360a7cdca
3 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,6 @@ jobs:
- name: Build & publish
run: sh ./scripts/publish.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
TAG_VERSION: 0.0.${{ steps.date.outputs.date }}
GIT_HEAD: ${{env.GIT_HEAD}}
REGISTRY: https://registry.npmjs.com/

View File

@@ -78,7 +78,6 @@ jobs:
- name: Build&publish
run: sh ./scripts/publish.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
TAG_VERSION: ${{env.TAG_VERSION}}
GIT_HEAD: ${{env.GIT_HEAD}}
REGISTRY: https://registry.npmjs.com/