Skip to content

Commit

Permalink
fix: release action for v5 (#2623)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
  • Loading branch information
csviri authored Dec 6, 2024
1 parent 4187d58 commit dd40cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
echo "Setting version_branch to v3"
echo "tmp_version_branch=v3" >> "$GITHUB_ENV"
- if: ${{ startsWith(github.event.release.tag_name, 'v4.' ) }}
run: |
echo "Setting version_branch to v4"
echo "tmp_version_branch=v4" >> "$GITHUB_ENV"
- if: ${{ startsWith(github.event.release.tag_name, 'v5.' ) }}
run: |
echo "Setting version_branch to main"
echo "tmp_version_branch=main" >> "$GITHUB_ENV"
Expand Down

0 comments on commit dd40cbc

Please sign in to comment.