Skip to content

Commit 8ef1a06

Browse files
committed
fix: 정규 표현식 수정
1 parent 47063ae commit 8ef1a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
OUTPUT=$(./node_modules/.bin/semantic-release --no-ci)
114114
echo "$OUTPUT"
115-
VERSION=$(echo "$OUTPUT" | grep -oP 'Published prerelease \K[0-9.a-z-]+')
115+
VERSION=$(echo "$OUTPUT" | grep -oP 'Published (?:pre)?release \K[0-9.a-z-]+')
116116
if [ -z "$VERSION" ]; then
117117
echo "릴리즈할 새로운 버전이 없습니다. 배포를 건너뜁니다."
118118
exit 0

0 commit comments

Comments
 (0)