Skip to content

Commit

Permalink
Merge pull request #344 from mfaizanse/companion-release-pipeline2
Browse files Browse the repository at this point in the history
fix: fix release pipeline
  • Loading branch information
kyma-bot authored Jan 21, 2025
2 parents 7cf8a5b + ee11459 commit a45f545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ jobs:
name: Bump image in sec-scanners-config on release branch
needs: [ validate-input-params, run-unit-tests, run-integration-tests]
runs-on: ubuntu-latest
env:
RELEASE_BRANCH: ${{ needs.validate-input-params.outputs.release_branch }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a45f545

Please sign in to comment.