We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d97d3 commit dec1d9dCopy full SHA for dec1d9d
.github/workflows/release.yaml
@@ -95,6 +95,7 @@ jobs:
95
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
96
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
97
run: |
98
+ npm version
99
npm publish ${{github.workspace}}/sdk/nodejs/bin --access public
100
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
101
name: publish nuget package
0 commit comments