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 a4913d5 commit 6b105f2Copy full SHA for 6b105f2
.github/workflows/release.yaml
@@ -132,7 +132,7 @@ jobs:
132
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
133
uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # tag=v4.1.1
134
with:
135
- access: "private"
+ access: "public"
136
#token: ${{ env.NPM_TOKEN }}
137
token: ${{ secrets.PR_TOKEN }}
138
package: ${{github.workspace}}/sdk/nodejs/bin/package.json
0 commit comments