Skip to content

Commit 31b602e

Browse files
committed
ci: enable semantic-release
1 parent 514900c commit 31b602e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ 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-
# TODO: remove --dry-run after testing and when a real release is needed
23-
run: npx semantic-release --dry-run
22+
run: npx semantic-release
2423
env:
2524
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2625
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)