Skip to content

Commit

Permalink
chore: 🤖 Add no git checks flag to publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed May 8, 2024
1 parent 9a23ede commit f9a5e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
commit: 'false'

- name: Publish package
run: pnpm publish --tag=${{ github.ref_name }}
run: pnpm publish --access=public --no-git-checks --tag=${{ github.ref_name }}

0 comments on commit f9a5e42

Please sign in to comment.