Skip to content

Commit 3a55ff5

Browse files
fix : 태그 실패해도 빌드 되도록 변경 #344
1 parent 925419c commit 3a55ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
create-release:
7676
needs: build
7777
runs-on: ubuntu-22.04
78-
78+
continue-on-error: true
7979
steps:
8080
- uses: actions/checkout@v4
8181

0 commit comments

Comments
 (0)