Skip to content

Commit 85a804a

Browse files
authored
chore: Fix custom_tag assignment in workflow file (#1104)
1 parent 61feed2 commit 85a804a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-major-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
IFS='.' read -r major minor patch <<< "$version"
7777
7878
next_major=$((major + 1))
79-
custom_tag="v${next_major}.0.0"
79+
custom_tag="${next_major}.0.0"
8080
8181
echo "Computed custom_tag=$custom_tag"
8282
else

0 commit comments

Comments
 (0)