Skip to content

Commit

Permalink
refactor: update npm publish command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 20, 2024
1 parent 99988fe commit 0a25981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Build
run: yarn build
- name: Publish to NPM
run: yarn npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit 0a25981

Please sign in to comment.