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 0eeaa09 commit 04d97d3Copy full SHA for 04d97d3
.github/workflows/release.yaml
@@ -94,11 +94,8 @@ jobs:
94
password: ${{ env.PYPI_PASSWORD }}
95
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
96
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
97
- uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # tag=v4.1.1
98
- with:
99
- access: "public"
100
- package: ${{github.workspace}}/sdk/nodejs/bin
101
- provenance: true
+ run: |
+ npm publish ${{github.workspace}}/sdk/nodejs/bin --access public
102
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
103
name: publish nuget package
104
run: |
0 commit comments