Skip to content

Commit

Permalink
Update release branch release-0.95 on workflows (#1863)
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 Aug 15, 2024
1 parent 08be949 commit bc07807
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 @@ -21,6 +21,7 @@ jobs:
- release-0.89
- release-0.91
- release-0.93
- release-0.95
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 @@ -28,6 +28,7 @@ on:
- release-0.89
- release-0.91
- release-0.93
- release-0.95
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 @@ -27,6 +27,7 @@ on:
- release-0.89
- release-0.91
- release-0.93
- release-0.95
jobs:
prepare-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc07807

Please sign in to comment.