Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18b58b9b5d |
@@ -35,8 +35,8 @@ jobs:
|
|||||||
RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
|
RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"tag_name": "release",
|
"tag_name": "build",
|
||||||
"name": "Release live",
|
"name": "Release build",
|
||||||
"body": "This is an automated release",
|
"body": "This is an automated release",
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false
|
"prerelease": false
|
||||||
|
|||||||
Reference in New Issue
Block a user