Skip to content

Commit dd20b07

Browse files
authored
Allow canary release to continue on error
1 parent a2e43e8 commit dd20b07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/canary-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ jobs:
888888
- name: Create GitHub Release
889889
id: create_release
890890
uses: softprops/action-gh-release@v2
891+
continue-on-error: true
891892
with:
892893
tag_name: v${{ steps.version.outputs.canary_version }}
893894
name: Canary v${{ steps.version.outputs.canary_version }}

0 commit comments

Comments
 (0)