Skip to content

Commit

Permalink
Merge pull request #114 from IsyFact/feature/isy-342-release-workflow…
Browse files Browse the repository at this point in the history
…-fix

ISY-342: Fix Reference Branch for Quality Gate
  • Loading branch information
tobias-schmitz committed Oct 17, 2023
2 parents a79ef71 + d64c691 commit 35aa568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
needs: [Build]
env:
COMMIT_SHA: ${{ github.sha }}
BRANCH_REF: release/2.x
BRANCH_REF: master
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
SONAR_PROJECT_KEY: ${{ vars.SONAR_PROJECT_KEY }}
steps:
Expand Down

0 comments on commit 35aa568

Please sign in to comment.