We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b3f67 commit 6c37d27Copy full SHA for 6c37d27
.github/workflows/release.yml
@@ -30,6 +30,10 @@ jobs:
30
echo "Setting version_branch to v4"
31
echo "tmp_version_branch=v4" >> "$GITHUB_ENV"
32
- 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.' ) }}
37
run: |
38
echo "Setting version_branch to main"
39
echo "tmp_version_branch=main" >> "$GITHUB_ENV"
0 commit comments