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 04d97d3 commit 429601bCopy full SHA for 429601b
.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
@@ -114,6 +115,6 @@ jobs:
114
115
- dotnet
116
- go
117
nodeversion:
- - 20.x
118
+ - 25.2.1
119
pythonversion:
120
- "3.9"
0 commit comments