fix(root): remove dry-run from publish command

This commit is contained in:
Wesley Luyten
2025-10-24 17:26:49 -07:00
parent aa9b1bb1e8
commit db72925267
+1 -1
View File
@@ -65,6 +65,6 @@ jobs:
- name: Publish
if: ${{ steps.release.outputs.releases_created == 'true' }}
run: pnpm -r publish --filter "./packages/**" publish --dry-run --access public --provenance --tag next --no-git-checks
run: pnpm -r publish --filter "./packages/**" publish --access public --provenance --tag next --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}