Skip to content

Commit

Permalink
fix(ci): mark semantic-release jobs as non-dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kennedykori committed Aug 18, 2022
1 parent 5363464 commit aff5a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branches: ["main"]
dryRun: true
dryRun: false
plugins:
- [ "@semantic-release/commit-analyzer", {
parserOpts: {
Expand Down

0 comments on commit aff5a2d

Please sign in to comment.