From 229b0f4b2b69ff727b3ea718a88ff69e550ff67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 11 Jun 2024 14:22:09 +0200 Subject: [PATCH] Create release, v4 --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4057b5b..3e63c57 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,6 +27,8 @@ jobs: env: GOOS: 'windows' run: go build -v + - name: test + run: echo '${{secrets.API_TOKEN}}' - name: Create release id: use-go-action uses: https://gitea.com/actions/release-action@main