We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef6662 commit 7719f9fCopy full SHA for 7719f9f
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
build=$(echo $latest_tag | cut -d '.' -f 4)
86
87
new_minor=$((patch + 1))
88
- new_version="$major.$new_minor.$patch.$build"
+ new_version="$major.$minor.$new_minor.$build"
89
echo "New version: $new_version"
90
echo "new_tag=$new_version" >> $GITHUB_OUTPUT
91
echo "prev_tag=$latest_tag" >> $GITHUB_OUTPUT
0 commit comments