diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a6096ba..2cdb286 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -52,11 +52,10 @@ jobs: -H 'Content-Type: application/json' \ -H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \ -d '{ - "body": "testA", + "body": "Automated Build", "draft": true, - "name": "testB", + "name": "Release ${{ steps.package-version.outputs.current-version}}", "prerelease": true, - "tag_name": "testC", - "target_commitish": "testD" + "tag_name": "v${{ steps.package-version.outputs.current-version}}", }'