Skip to content

Commit 9705fff

Browse files
committedDec 17, 2024··
fix: specify package visibility + update NPM action
1 parent a60b7b3 commit 9705fff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build_and_publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
5555
- name: Publish to NPM
5656
if: ${{ steps.checkTag.outputs.exists }} != true
57-
uses: JS-DevTools/npm-publish@v1
57+
uses: JS-DevTools/npm-publish@v3
5858
with:
59+
access: public
5960
token: ${{ secrets.NPM_TOKEN }}
6061

6162
# update upryzing.js's repo

0 commit comments

Comments
 (0)
Please sign in to comment.