Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 30, 2024
1 parent 6425b05 commit 8e3a899
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/minor_version_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
git checkout "${{ steps.branch.outputs.name }}"
# Create the release branch from the current unstable
git checkout -b v${{ steps.versions.outputs.current_release_minor }}.x
git push -u origin v${{ steps.versions.outputs.current_release_minor }}.x
# Tag the base with X.Y.Z-rc0.
# At this point VERSION.txt still contains the previous version and not
# the one specified by the tag.
Expand Down

0 comments on commit 8e3a899

Please sign in to comment.