Skip to content

Commit

Permalink
fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Oct 11, 2024
1 parent 052c995 commit bef653b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build for NPM
run: deno task build:npm
- run: cd dist-npm
- name: Publish to npm
run: npm publish
run: cd dist-npm && npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.FISHBALLPKG_NPM_TOKEN }}

0 comments on commit bef653b

Please sign in to comment.