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 47063ae commit 8ef1a06Copy full SHA for 8ef1a06
.github/workflows/deploy-dev.yml
@@ -112,7 +112,7 @@ jobs:
112
run: |
113
OUTPUT=$(./node_modules/.bin/semantic-release --no-ci)
114
echo "$OUTPUT"
115
- VERSION=$(echo "$OUTPUT" | grep -oP 'Published prerelease \K[0-9.a-z-]+')
+ VERSION=$(echo "$OUTPUT" | grep -oP 'Published (?:pre)?release \K[0-9.a-z-]+')
116
if [ -z "$VERSION" ]; then
117
echo "릴리즈할 새로운 버전이 없습니다. 배포를 건너뜁니다."
118
exit 0
0 commit comments