Skip to content

Commit

Permalink
fix(release): disable dryRun
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Jan 12, 2022
1 parent ed69350 commit 5d64040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ci": true,
"dryRun": true,
"dryRun": false,
"branches": [
"main",
"+([0-9])?(.{+([0-9]),x}).x",
Expand Down

0 comments on commit 5d64040

Please sign in to comment.