Skip to content

Commit dd40cbc

Browse files
authored
fix: release action for v5 (#2623)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 4187d58 commit dd40cbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
echo "Setting version_branch to v3"
2727
echo "tmp_version_branch=v3" >> "$GITHUB_ENV"
2828
- if: ${{ startsWith(github.event.release.tag_name, 'v4.' ) }}
29+
run: |
30+
echo "Setting version_branch to v4"
31+
echo "tmp_version_branch=v4" >> "$GITHUB_ENV"
32+
- if: ${{ startsWith(github.event.release.tag_name, 'v5.' ) }}
2933
run: |
3034
echo "Setting version_branch to main"
3135
echo "tmp_version_branch=main" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)