We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e292182 commit a035439Copy full SHA for a035439
.github/workflows/a.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: release details
17
run: |
18
echo "$GITHUB_REF repo=${{github.event.repository.full_name}}"
19
- 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 commit comments