Skip to content

Commit

Permalink
fixed publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural authored Jul 7, 2024
1 parent 01cda0a commit 682d061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Publish 🚀
- run: pnpm publish --access public --no-git-checks
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 682d061

Please sign in to comment.