We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c176f46 + 8d7a5b9 commit afddaa8Copy full SHA for afddaa8
.github/workflows/nightly.yaml
@@ -127,7 +127,7 @@ jobs:
127
- name: Update tag pointing to the previous nightly release
128
if: steps.check_nightly.outputs.release_exists
129
run: |
130
- curl -X PATCH \
+ curl --fail-with-body -X PATCH \
131
-H "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
132
-H "Accept: application/vnd.github.v3+json" \
133
https://api.github.com/repos/${{ github.repository }}/git/refs/tags/${{ env.PREV_TAG }} \
0 commit comments