From 3df96f903e21a4abf881c107b8cb70de80957b4f Mon Sep 17 00:00:00 2001 From: LF Barrile Date: Mon, 9 Dec 2024 19:34:21 -0300 Subject: [PATCH] set the flow --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab21a003..de9fb57c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: # run: npm run test publish_release: - if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/') || startsWith(github.ref, 'refs/heads/feature/') + if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/hotfix/') runs-on: ubuntu-latest #needs: integration_tests environment: @@ -90,7 +90,8 @@ jobs: run: npm ci - name: Run Semantic Release - run: npx semantic-release + #run: npx semantic-release + run: npx semantic-release --force # force execution, remove after env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}