Skip to content

Commit

Permalink
Remove --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Aug 31, 2023
1 parent 72f37fb commit 9a903cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ jobs:
node-version: lts/*
- run: pnpm install --frozen-lockfile
- run: pnpm audit signatures
# Branches that will release new versions are defined in .releaserc.json
# @TODO remove --dry-run after verifying everything is good to go
- run: npx semantic-release --dry-run
- run: npx semantic-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 9a903cc

Please sign in to comment.