Skip to content

Commit

Permalink
set npm-publish to version 3 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai authored Aug 22, 2024
1 parent a5f1925 commit cc4947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-typescript-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Transpile to JS
pnpm run build
- name: Publish typescript API
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: typescript-api/package.json

0 comments on commit cc4947c

Please sign in to comment.