From 3089de407830cf177eb61ec913dc9c75764d6335 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Mon, 24 Jun 2024 23:25:55 +0200 Subject: [PATCH] chore: enable semantic-release by removing the --dry-run flag --- .github/workflows/verify.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 0468635..a25626d 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -16,7 +16,6 @@ jobs: matrix: node-version: [ '18.x', '20.x', '21.x', '22.x' ] - steps: - uses: actions/checkout@v4 with: @@ -103,5 +102,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release --dry-run + run: npx semantic-release