Skip to content

Commit

Permalink
Merge pull request #23 from patternfly/remove-dryrun
Browse files Browse the repository at this point in the history
fix(CI): Remove dryrun
  • Loading branch information
dlabaj authored Mar 31, 2023
2 parents 2cacf72 + dad861e commit 8ab59bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
tagFormat: 'prerelease-v${version}'
};

0 comments on commit 8ab59bb

Please sign in to comment.