Skip to content

Commit 2872d2f

Browse files
committed
ci: replace pnpm publish command
1 parent 9863c84 commit 2872d2f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-libs.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,4 @@ jobs:
5050
run: pnpm build:libs
5151

5252
- name: Publish packages to npm
53-
run: |
54-
for lib in libs/*/; do
55-
cd "$lib"
56-
pnpm publish ${{ inputs.dry_run && '--dry-run' || '--dry-run' }}
57-
cd -
58-
done
53+
run: pnpm publish --recursive ${{ inputs.dry_run && '--dry-run --no-git-checks' || '--dry-run --no-git-checks' }}

0 commit comments

Comments
 (0)