Skip to content

Commit d8111f0

Browse files
committed
fix(ci): use dry run for automated release
1 parent e045ef5 commit d8111f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
-p "@semantic-release/release-notes-generator"
6363
-p conventional-changelog-conventionalcommits
6464
-p semantic-release
65-
-- semantic-release
65+
-- semantic-release --dry-run
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
permissions:

0 commit comments

Comments
 (0)