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 05ea45c commit 9b4a4c9
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: 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
Expand Down

0 comments on commit 9b4a4c9

Please sign in to comment.