Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/release.yml
Co-authored-by: Francisco Arceo <farceo@redhat.com>
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
  • Loading branch information
lokeshrangineni and franciscojavierarceo committed Feb 4, 2025
commit 6794ef09b2007de6b5f794068ca4579ea114323f
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
if: github.event.inputs.dry_run == 'false'
run: |
git fetch origin
# note that this checkout creates a branch called `stable` if it does not exist
git checkout -B stable
Comment thread
redhatHameed marked this conversation as resolved.
Comment thread
lokeshrangineni marked this conversation as resolved.
git reset --hard origin/${GITHUB_REF##*/}
git push -f origin stable