We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b489eea commit c74713aCopy full SHA for c74713a
.github/workflows/main.yml
@@ -117,8 +117,7 @@ jobs:
117
- run: npm clean-install
118
- run: npm audit signatures
119
# Branches that will release new versions are defined in .releaserc.json
120
- # @TODO remove --dry-run after verifying everything is good to go
121
- - run: npx semantic-release --dry-run
+ - run: npx semantic-release
122
# Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
123
# e.g. git tags were pushed but it exited before `npm publish`
124
if: always()
0 commit comments