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 109ff74 commit 1e9e044Copy full SHA for 1e9e044
.github/workflows/dev.yml
@@ -118,6 +118,7 @@ jobs:
118
else
119
# Get version include prerelease tag
120
# Dry run returns different text DEV_SEMVER_VERSION=$(echo "$OUTPUT" | grep -oP 'Published release \K[^\s]+')
121
+ echo "in else so status was zero for error"
122
DEV_SEMVER_VERSION=$(echo "$SEMVER_OUTPUT_RAW" | grep -oP 'Dry run: would publish version \K[^\s]+')
123
echo "DEV_SEMVER_VERSION = $DEV_SEMVER_VERSION"
124
echo "version change required true"
0 commit comments