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