Fix CI
All checks were successful
Build (artifact) / build (push) Successful in 1m9s

This commit is contained in:
2026-03-16 21:54:24 +01:00
parent e0f68788c0
commit 2414dc64c6
2 changed files with 2 additions and 8 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
VERSION := 1.0.2-beta
VERSION := 1.1.0-beta
BUILD := $(shell git rev-parse --short HEAD)
GO := go