We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e461b53 commit d15afe0Copy full SHA for d15afe0
.github/workflows/release.yaml
@@ -118,7 +118,7 @@ jobs:
118
packages-dir: ${{github.workspace}}/sdk/python/bin/dist
119
skip-existing: true
120
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
121
- uses: JS-DevTools/npm-publish@v2.2.1
+ uses: JS-DevTools/npm-publish@v3.1.1
122
with:
123
access: "public"
124
token: ${{ env.NPM_TOKEN }}
0 commit comments