Skip to content

Commit

Permalink
fix: changed semantic release to separate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Dec 5, 2023
1 parent a8ce027 commit 05ea45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
run: npm run semantic-release
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create env files
Expand Down

0 comments on commit 05ea45c

Please sign in to comment.