Skip to content

Commit

Permalink
bumped js-devtools/npm-publish version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjain28 committed Jul 14, 2023
1 parent a4ba06c commit 163060d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
AVOCADO_FORWARDER_PROXY_ADDRESS: "0x8CDaAC0371a443985c6Faf07938dDAa7A5818674"

- name: Publish Dev Release
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
tag: dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
access: public
Expand Down

0 comments on commit 163060d

Please sign in to comment.