Skip to content

Commit 1e9e044

Browse files
committed
chore(cicd): grep error maybe
1 parent 109ff74 commit 1e9e044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
else
119119
# Get version include prerelease tag
120120
# 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"
121122
DEV_SEMVER_VERSION=$(echo "$SEMVER_OUTPUT_RAW" | grep -oP 'Dry run: would publish version \K[^\s]+')
122123
echo "DEV_SEMVER_VERSION = $DEV_SEMVER_VERSION"
123124
echo "version change required true"

0 commit comments

Comments
 (0)