Skip to content

Commit

Permalink
Update release branch release-0.93 on workflows (#1801)
Browse files Browse the repository at this point in the history
Adding release branch to gitActions workflows's inputs.

Signed-off-by: GitHub <[email protected]>
Co-authored-by: RamLavi <[email protected]>
  • Loading branch information
kubevirt-bot and RamLavi authored May 1, 2024
1 parent ff1ea3a commit 0634b4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/component-bumper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- release-0.85
- release-0.89
- release-0.91
- release-0.93
steps:
- name: Login to Quay
run: docker login -u="kubevirt+network" -p="${{ secrets.QUAY_ROBOT_TOKEN }}" quay.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prepare-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- release-0.85
- release-0.89
- release-0.91
- release-0.93
jobs:
prepare-release:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- release-0.79
- release-0.89
- release-0.91
- release-0.93
jobs:
prepare-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0634b4f

Please sign in to comment.