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