From 6ad2790d6117fa9c29a3ca1c17976105ee94cba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 11 Jun 2024 14:23:18 +0200 Subject: [PATCH] Create release, v5 --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3e63c57..f1e46da 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: GOOS: 'windows' run: go build -v - name: test - run: echo '${{secrets.API_TOKEN}}' + run: echo blah '${{secrets.API_TOKEN}}' blah - name: Create release id: use-go-action uses: https://gitea.com/actions/release-action@main