From 31b602ef79af3d1f41eecec82baf2b9a246e0c50 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 5 Sep 2025 08:21:24 +0200 Subject: [PATCH] ci: enable semantic-release --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1ddc37..7a44daf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,7 @@ jobs: # only release from the master branch in parent repository, not in a fork if: (github.ref == 'refs/heads/master') && (github.repository == 'cypress-io/commit-info') - # TODO: remove --dry-run after testing and when a real release is needed - run: npx semantic-release --dry-run + run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}