Skip to content

Commit

Permalink
Merge pull request #38 from wise-king-sullyman/remove-dryrun
Browse files Browse the repository at this point in the history
feat(CI): Remove dry run
  • Loading branch information
dlabaj authored Mar 31, 2023
2 parents fb75671 + 9fc3525 commit 5bb49db
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 @@ -9,6 +9,5 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
tagFormat: 'prerelease-v${version}'
};

0 comments on commit 5bb49db

Please sign in to comment.