Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-pau-tena committed Sep 14, 2023
1 parent 58a34fd commit 0c2d20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build
run: yarn build
- name: Publish package on NPM
run: yarn publish:npm
run: npm run publish:npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0c2d20c

Please sign in to comment.