Skip to content

Commit

Permalink
Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartheleway committed Apr 12, 2024
1 parent 6b19312 commit 16d90eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- name: Compile
run: yarn tsc
- name: Publish to npm
run: yarn npm publish --otp ${{ secrets.NPM_AUTH_TOKEN }}
run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 16d90eb

Please sign in to comment.