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 f5816cd commit 1ab3186Copy full SHA for 1ab3186
.github/actions/ci/generate-release/action.yml
@@ -301,7 +301,7 @@ runs:
301
version_suffix="${version_suffix}-pr${{ github.event.number }}"
302
fi
303
304
- new_version="v$major.$minor.$patch-$version_suffix"
+ new_version="v$major.$minor.$patch$version_suffix"
305
echo "✅ Next version: $new_version"
306
echo "📊 Final version breakdown: major=$major, minor=$minor, patch=$patch"
307
echo "new_version=$new_version" >> $GITHUB_OUTPUT
0 commit comments