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 a60b7b3 commit 9705fffCopy full SHA for 9705fff
.github/workflows/build_and_publish.yml
@@ -54,8 +54,9 @@ jobs:
54
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
55
- name: Publish to NPM
56
if: ${{ steps.checkTag.outputs.exists }} != true
57
- uses: JS-DevTools/npm-publish@v1
+ uses: JS-DevTools/npm-publish@v3
58
with:
59
+ access: public
60
token: ${{ secrets.NPM_TOKEN }}
61
62
# update upryzing.js's repo
0 commit comments