We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c101d4b commit 710bfaaCopy full SHA for 710bfaa
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
version="${{ github.ref_name }}"
25
major_version=$(echo "$version" | cut -d. -f1)
26
27
- if [ "$major_version" = "13" ]; then
+ if [ "$major_version" = "v13" ]; then
28
echo "tag=legacy" >> $GITHUB_ENV
29
else
30
echo "tag=latest" >> $GITHUB_ENV
0 commit comments