Skip to content

Commit

Permalink
fix(ci): fix nodejs release
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Mar 12, 2024
1 parent 0b5b57f commit 8d33fca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ jobs:
packages-dir: "${{ github.workspace }}/sdk/python/bin/dist/"
if: matrix.language == 'python'

- name: Copy Over NodeJS Scripts
run: cp -rf ${{ github.workspace }}/sdk/nodejs/scripts ${{ github.workspace }}/sdk/nodejs/bin/
if: matrix.language == 'nodejs'
- name: Publish NodeJS SDK
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 8d33fca

Please sign in to comment.