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.
2 parents 7c806bc + e9368ee commit ceb5eb8Copy full SHA for ceb5eb8
.github/workflows/release.yml
@@ -84,8 +84,8 @@ jobs:
84
patch=$(echo $latest_tag | cut -d '.' -f 3)
85
build=$(echo $latest_tag | cut -d '.' -f 4)
86
87
- new_minor=$((patch + 1))
88
- new_version="$major.$new_minor.$patch.$build"
+ new_minor=$((minor + 1))
+ new_version="$major.$new_minor.0.$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