Skip to content

Commit 4a4a128

Browse files
author
costefan
committed
continue on release notes error true
1 parent a8c3655 commit 4a4a128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
- name: Append Docker images and dependencies to release notes
145145
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile'
146146
id: update-release
147+
continue-on-error: true
147148
uses: actions/github-script@v6
148149
with:
149150
script: |
@@ -235,6 +236,7 @@ jobs:
235236
- name: Append Docker images and dependencies to release notes minimal
236237
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile.minimal'
237238
id: update-release-minimal
239+
continue-on-error: true
238240
uses: actions/github-script@v6
239241
with:
240242
script: |

0 commit comments

Comments
 (0)