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.
1 parent a03328c commit 77214ecCopy full SHA for 77214ec
.github/workflows/createRelease.yml
@@ -164,8 +164,10 @@ jobs:
164
165
# Create the release and get the response with the http status code on the last line
166
response=$(curl -s -w "\n%{http_code}" \
167
- -H "Accept: application/vnd.github.v3+json" \
+ -X POST \
168
+ -H "Accept: application/vnd.github+json" \
169
-H "Authorization: token ${GH_AUTH_TOKEN}" \
170
+ -H "X-GitHub-Api-Version: 2022-11-28" \
171
-d "$json_payload" \
172
https://api.github.com/repos/${{ github.repository }}/releases)
173
0 commit comments