Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyagupta108 committed Feb 5, 2024
1 parent 8707dff commit cae1d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: pnpm test

- name: Publish
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc && pnpm publish
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc && pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GIT_TOKEN }}

0 comments on commit cae1d5c

Please sign in to comment.