Skip to content

Commit

Permalink
GH Actions: add step of publishing JS compiler to npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Nov 4, 2023
1 parent 2bf973d commit aabe018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
# TODO: add compilerJVM/rpm:packageBin

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

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

0 comments on commit aabe018

Please sign in to comment.