Skip to content

Commit 7719f9f

Browse files
authored
Update release.yml
1 parent 0ef6662 commit 7719f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
build=$(echo $latest_tag | cut -d '.' -f 4)
8686
8787
new_minor=$((patch + 1))
88-
new_version="$major.$new_minor.$patch.$build"
88+
new_version="$major.$minor.$new_minor.$build"
8989
echo "New version: $new_version"
9090
echo "new_tag=$new_version" >> $GITHUB_OUTPUT
9191
echo "prev_tag=$latest_tag" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)