Skip to content

Commit

Permalink
curl fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Mar 8, 2023
1 parent e292182 commit a035439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: release details
run: |
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
curl https://publish.phcode.dev/publishGithubRelease?releaseRef=${{github.event.repository.full_name}}:$GITHUB_REF
curl --fail-with-body https://publish.phcode.dev/publishGithubRelease?releaseRef=${{github.event.repository.full_name}}:$GITHUB_REF

0 comments on commit a035439

Please sign in to comment.