This commit is contained in:
@@ -62,13 +62,7 @@ jobs:
|
|||||||
-X POST \
|
-X POST \
|
||||||
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d "$BODY" \
|
||||||
"tag_name": "v${{ env.VERSION }}",
|
|
||||||
"name": "v${{ env.VERSION }}",
|
|
||||||
"body": $BODY,
|
|
||||||
"draft": false,
|
|
||||||
"prerelease": false
|
|
||||||
}' \
|
|
||||||
"${{ github.server_url }}/api/v1/repos/${{ github.repository }}/releases")
|
"${{ github.server_url }}/api/v1/repos/${{ github.repository }}/releases")
|
||||||
|
|
||||||
# Extract the release ID
|
# Extract the release ID
|
||||||
|
|||||||
Reference in New Issue
Block a user