Skip to content

Commit

Permalink
Remove --dry-run in CI publish step.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu committed Sep 1, 2024
1 parent 53b5a33 commit 6ad012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
if: github.ref == 'refs/heads/main' && matrix.node == '22'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish -r --no-git-checks --dry-run
run: pnpm publish -r --no-git-checks

0 comments on commit 6ad012d

Please sign in to comment.