We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceef4a3 commit 445bbfbCopy full SHA for 445bbfb
.github/workflows/release-please.yml
@@ -50,4 +50,4 @@ jobs:
50
- run: npm publish --registry=https://registry.npmjs.org
51
- uses: jaywcjlove/github-action-package@main
52
id: pkg
53
- - run: curl https://registry-direct.npmmirror.com/${{ steps.pkg.outputs.name }}/sync?sync_upstream=true
+ - run: curl --silent -X PUT https://registry-direct.npmmirror.com/${{ steps.pkg.outputs.name }}/sync?sync_upstream=true
0 commit comments