Skip to content

Commit dec1d9d

Browse files
committed
debugging check if version is definitely correct
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 04d97d3 commit dec1d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
9696
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
9797
run: |
98+
npm version
9899
npm publish ${{github.workspace}}/sdk/nodejs/bin --access public
99100
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
100101
name: publish nuget package

0 commit comments

Comments
 (0)