Skip to content

Commit

Permalink
set the flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 6f95048 commit 3df96f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 3df96f9

Please sign in to comment.