Skip to content

Commit

Permalink
continue on release notes error true
Browse files Browse the repository at this point in the history
  • Loading branch information
costefan committed Nov 28, 2024
1 parent a8c3655 commit 4a4a128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- name: Append Docker images and dependencies to release notes
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile'
id: update-release
continue-on-error: true
uses: actions/github-script@v6
with:
script: |
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
- name: Append Docker images and dependencies to release notes minimal
if: startsWith(github.ref, 'refs/tags/') && matrix.dockerfile == 'Dockerfile.minimal'
id: update-release-minimal
continue-on-error: true
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 4a4a128

Please sign in to comment.