Skip to content

Commit 97cb41a

Browse files
committed
add semantic-release --dry-run
1 parent 41239ba commit 97cb41a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
# only release from the master branch in parent repository, not in a fork
2020
if: (github.ref == 'refs/heads/master') &&
2121
(github.repository == 'cypress-io/commit-info')
22-
run: npx semantic-release
22+
# TODO: remove --dry-run after testing and when a real release is needed
23+
run: npx semantic-release --dry-run
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)