This commit is contained in:
@@ -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": "v0.0.1",
|
"tag_name": "${{ gitea.ref }}",
|
||||||
"name": "Release v0.0.1",
|
"name": "Release ${{ gitea.repository }}",
|
||||||
"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