Skip to content

Commit

Permalink
[ci] update JS release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ydkn committed Nov 17, 2024
1 parent ee250c6 commit 2e8a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
password: ${{ env.PYPI_PASSWORD }}
packages-dir: ${{github.workspace}}/sdk/python/bin/dist
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
with:
access: "public"
token: ${{ env.NPM_TOKEN }}
Expand Down

0 comments on commit 2e8a077

Please sign in to comment.