Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm build
- name: Publish with latest tag
if: github.event.release.prerelease == false
run: pnpm publish --provenance --access public
run: pnpm publish --no-git-checks --provenance --access public
- name: Publish with beta tag
if: github.event.release.prerelease
run: pnpm publish --provenance --access public --tag beta
run: pnpm publish --no-git-checks --provenance --access public --tag beta