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