Skip to content

Commit 6b105f2

Browse files
committed
npm releaser use public
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent a4913d5 commit 6b105f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
133133
uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # tag=v4.1.1
134134
with:
135-
access: "private"
135+
access: "public"
136136
#token: ${{ env.NPM_TOKEN }}
137137
token: ${{ secrets.PR_TOKEN }}
138138
package: ${{github.workspace}}/sdk/nodejs/bin/package.json

0 commit comments

Comments
 (0)