Skip to content

Commit 6c37d27

Browse files
committed
fix: release process for 5.0.x
Signed-off-by: xstefank <xstefank122@gmail.com>
1 parent a7b3f67 commit 6c37d27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
echo "Setting version_branch to v4"
3131
echo "tmp_version_branch=v4" >> "$GITHUB_ENV"
3232
- if: ${{ startsWith(github.event.release.tag_name, 'v5.' ) }}
33+
run: |
34+
echo "Setting version_branch to 5.0.x"
35+
echo "tmp_version_branch=5.0.x" >> "$GITHUB_ENV"
36+
- if: ${{ startsWith(github.event.release.tag_name, 'v6.' ) }}
3337
run: |
3438
echo "Setting version_branch to main"
3539
echo "tmp_version_branch=main" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)