Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58d3beb

Browse files
authored
Merge pull request #172 from MikeMcC399/enable/semantic-release
ci: enable semantic-release
2 parents c3af028 + ab77890 commit 58d3beb

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)