diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 32fdd9e..21b8a80 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,5 +55,10 @@ jobs: -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \ - -d '{"body": "Automated Build","draft": true,"name": "Automated Release ABC","prerelease": true,"tag_name": "CBA",}' - echo "Uploading Build to new Release" + -d '{ + "body": "Automated Build", + "draft": true, + "name": "Automated Release $VERSION", + "prerelease": true, + "tag_name": "$VERSION" + }'