Skip to content

Commit

Permalink
fix: remove dry-run from the release CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodejong committed Jun 17, 2023
1 parent 553b5c6 commit 446e076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
node-version: lts/*
- run: corepack enable && pnpm --version
- run: pnpm install --loglevel=error
- run: pnpm release --dry-run --debug
- run: pnpm release
# Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
# e.g. git tags were pushed but it exited before `npm publish`
if: always()
Expand Down

0 comments on commit 446e076

Please sign in to comment.