Skip to content

Commit 169e2dd

Browse files
committed
fix: 移除 npm provenance 配置以解决发布冲突
- 移除 NPM_CONFIG_PROVENANCE 配置避免透明日志 UUID 冲突 - 这是导致 2.1.0 和 2.1.1 版本发布失败的根本原因 - 保持发布流程的稳定性 fix: remove npm provenance config to resolve publish conflicts - Remove NPM_CONFIG_PROVENANCE to avoid transparency log UUID conflicts - This was the root cause of 2.1.0 and 2.1.1 publish failures - Maintain stability of the release process
1 parent f4f5875 commit 169e2dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,4 @@ jobs:
5757
commit: 'chore: release'
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61-
NPM_CONFIG_PROVENANCE: true
60+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)