Skip to content

Commit

Permalink
fix: specify package visibility + update NPM action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Dec 17, 2024
1 parent a60b7b3 commit 9705fff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
- name: Publish to NPM
if: ${{ steps.checkTag.outputs.exists }} != true
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
with:
access: public
token: ${{ secrets.NPM_TOKEN }}

# update upryzing.js's repo
Expand Down

0 comments on commit 9705fff

Please sign in to comment.