Skip to content

Commit f4e90a8

Browse files
authored
fix: attempt publish v6 prerelease from main
1 parent 0973672 commit f4e90a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ module.exports = {
1010
'@semantic-release/npm'
1111
],
1212
tagFormat: 'prerelease-v${version}',
13-
dryRun: false
14-
};
13+
dryRun: true
14+
};

0 commit comments

Comments
 (0)