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 d2f4b2e commit d9acadfCopy full SHA for d9acadf
.github/workflows/release-pipeline.yml
@@ -116,7 +116,7 @@ jobs:
116
echo "$VERSION_OUTPUT"
117
118
# Extract version information
119
- if echo "$VERSION_OUTPUT" | grep -q "Bumping version"; then
+ if echo "$VERSION_OUTPUT" | grep -q "The next version is"; then
120
NEW_VERSION=$(poetry run python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])")
121
echo "new_release_published=true" >> $GITHUB_OUTPUT
122
echo "new_release_version=$NEW_VERSION" >> $GITHUB_OUTPUT
0 commit comments