Skip to content

Commit

Permalink
Update stride-linux-release.yml
Browse files Browse the repository at this point in the history
Add "continue on error" so the consumer binary can still be built and published even if there's a "already exist" error w the sovereign binary
  • Loading branch information
deniseyu authored Jul 4, 2023
1 parent 45fabe2 commit d89c2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stride-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
# Publish
- name: Add sovereign release
uses: ncipollo/release-action@v1
continue-on-error: true
with:
artifacts: "~/strided-linux"
bodyFile: .github/workflows/stride-linux-release-body.md
Expand Down

0 comments on commit d89c2c2

Please sign in to comment.