Skip to content

Commit 6ad012d

Browse files
committed
Remove --dry-run in CI publish step.
1 parent 53b5a33 commit 6ad012d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
if: github.ref == 'refs/heads/main' && matrix.node == '22'
4747
env:
4848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49-
run: pnpm publish -r --no-git-checks --dry-run
49+
run: pnpm publish -r --no-git-checks

0 commit comments

Comments
 (0)