Skip to content

Commit

Permalink
ci(release): add continue-on-error while download-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Mar 23, 2024
1 parent 4491c94 commit 1dcb8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
id: artifact
with:
name: pgo
continue-on-error: true

- uses: actions/checkout@v3
if: steps.artifact.outcome != 'success'
Expand Down

0 comments on commit 1dcb8e9

Please sign in to comment.