Skip to content

Commit 445bbfb

Browse files
committed
fix: 优化 actions 8
1 parent ceef4a3 commit 445bbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- run: npm publish --registry=https://registry.npmjs.org
5151
- uses: jaywcjlove/github-action-package@main
5252
id: pkg
53-
- run: curl https://registry-direct.npmmirror.com/${{ steps.pkg.outputs.name }}/sync?sync_upstream=true
53+
- run: curl --silent -X PUT https://registry-direct.npmmirror.com/${{ steps.pkg.outputs.name }}/sync?sync_upstream=true

0 commit comments

Comments
 (0)