Skip to content

Commit

Permalink
ci: remove --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Dec 4, 2023
1 parent d781809 commit e3607a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ jobs:
- run: npm clean-install
- run: npm 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 e3607a3

Please sign in to comment.