Skip to content

Commit 460f93d

Browse files
committed
continue on error on create release
1 parent b0452c7 commit 460f93d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ jobs:
227227
with:
228228
tag_name: ${{ github.ref }}
229229
release_name: Release ${{ github.ref }}
230+
continue-on-error: true
230231

231232
- name: Upload Release Assets
232233
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)