Skip to content

Commit 04d97d3

Browse files
authored
chore(ci): Use npm publish command directly instead of using the action (#152)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 0eeaa09 commit 04d97d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,8 @@ jobs:
9494
password: ${{ env.PYPI_PASSWORD }}
9595
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
9696
- 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
97+
run: |
98+
npm publish ${{github.workspace}}/sdk/nodejs/bin --access public
10299
- if: ${{ matrix.language == 'dotnet' && env.PUBLISH_NUGET == 'true' }}
103100
name: publish nuget package
104101
run: |

0 commit comments

Comments
 (0)