From 9b4a4c93154208760c38a4efbcd192c6f7dbfcf5 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Tue, 5 Dec 2023 20:36:28 +0100 Subject: [PATCH] fix: changed semantic release to separate actions --- .github/workflows/firebase-hosting-merge-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge-prod.yml b/.github/workflows/firebase-hosting-merge-prod.yml index e79f67b..4392075 100644 --- a/.github/workflows/firebase-hosting-merge-prod.yml +++ b/.github/workflows/firebase-hosting-merge-prod.yml @@ -18,8 +18,8 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4 + - name: Create Release + run: npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create env files