Skip to content

Commit

Permalink
GH Actions: try another way to publish JS build of KSC to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Nov 4, 2023
1 parent aabe018 commit ba2b6f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
# TODO: add compilerJVM/rpm:packageBin

- name: publish compiler to npm
working-directory: compiler/js/npm
run: npm publish --tag next
- name: publish JS compiler to npm
working-directory: compiler
run: ./publish_js_to_npm.sh
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_API_KEY: ${{ secrets.NPM_TOKEN }}

- name: publish ksc to artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ba2b6f8

Please sign in to comment.