Skip to content

Commit

Permalink
Try with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Apr 8, 2024
1 parent ff64d87 commit 6a75c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Publish to NPM repository
# shell: pwsh
#run: yarn config set npmAuthToken "${{ secrets.NPM_AUTH_TOKEN }}" && yarn run publish
run: yarn publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 6a75c09

Please sign in to comment.