Skip to content

Commit

Permalink
Merge pull request #113 from pulumiverse/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): fix nodejs release
  • Loading branch information
runlevel5 authored Mar 12, 2024
2 parents 0b5b57f + 8d33fca commit 29a8adb
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 29a8adb

Please sign in to comment.