Skip to content

Commit

Permalink
Add NPM_TOKEN explicitly as a secret
Browse files Browse the repository at this point in the history
  • Loading branch information
changlinli committed Jan 22, 2024
1 parent 1208695 commit c68e1a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
uses: actions/download-artifact@v4

- name: Publish to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
python publish-to-npm.py --windows-binary-source-location=./zokka-compiler-windows-x86_64-${{ steps.get_version.outputs.tag }}/zokka --darwin-binary-source-location=./zokka-compiler-macos-x86_64-${{ steps.get_version.outputs.tag }}/zokka --linux-binary-source-location=./zokka-compiler-linux-x86_64-${{ steps.get_version.outputs.tag }}/zokka --new-version=${{ steps.get_version.outputs.tag }}

0 comments on commit c68e1a9

Please sign in to comment.