diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 955cd48..fc5c3c9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 diff --git a/Makefile b/Makefile index efcb7eb..3765b27 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.0.2-beta +VERSION := 1.1.0-beta BUILD := $(shell git rev-parse --short HEAD) GO := go