Skip to content

Commit a035439

Browse files
authored
curl fail on error
1 parent e292182 commit a035439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: release details
1717
run: |
1818
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
19-
curl https://publish.phcode.dev/publishGithubRelease?releaseRef=${{github.event.repository.full_name}}:$GITHUB_REF
19+
curl --fail-with-body https://publish.phcode.dev/publishGithubRelease?releaseRef=${{github.event.repository.full_name}}:$GITHUB_REF

0 commit comments

Comments
 (0)