Skip to content

Commit

Permalink
Test to publish to NPM using script
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Apr 17, 2024
1 parent c35d538 commit 4846641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: yarn install --frozen-lockfile

- name: Publish to NPM
run: npm publish --access public
run: scripts/publish-lib.sh
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 4846641

Please sign in to comment.