We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c3655 commit 4a4a128Copy full SHA for 4a4a128
.github/workflows/ci.yaml
@@ -144,6 +144,7 @@ jobs:
144
- name: Append Docker images and dependencies to release notes
145
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile'
146
id: update-release
147
+ continue-on-error: true
148
uses: actions/github-script@v6
149
with:
150
script: |
@@ -235,6 +236,7 @@ jobs:
235
236
- name: Append Docker images and dependencies to release notes minimal
237
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile.minimal'
238
id: update-release-minimal
239
240
241
242
0 commit comments