Skip to content

Commit 099fb71

Browse files
committed
fix: 시맨틱 릴리즈 Final 조건 수정
1 parent 8660a19 commit 099fb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
wait-for-service-stability: true
197197

198198
- name: Semantic Release (Final)
199-
if: success() && env.SEMANTIC_VERSION != '' && github.event.inputs.rollback_version == ''
199+
if: success() && env.SEMANTIC_VERSION != '' && (github.event.inputs.rollback_version == null || github.event.inputs.rollback_version == '')
200200
run: |
201201
./node_modules/.bin/semantic-release --no-ci
202202
env:

0 commit comments

Comments
 (0)