Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Arceo <[email protected]>
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni and franciscojavierarceo committed Feb 4, 2025
1 parent 727fcd4 commit 6794ef0
Showing 1 changed file with 1 addition and 0 deletions.
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
git reset --hard origin/${GITHUB_REF##*/}
git push -f origin stable

0 comments on commit 6794ef0

Please sign in to comment.