From 411506400ec9a186a82f00676d022181af199c5a Mon Sep 17 00:00:00 2001 From: Matthias Berner Date: Thu, 10 Oct 2024 20:23:32 +0200 Subject: [PATCH] upd --- .gitea/workflows/release.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitea/workflows/release.yaml diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml deleted file mode 100644 index e48fc3a..0000000 --- a/.gitea/workflows/release.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: release - -on: [push] - -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Use Go Action - id: use-go-action - uses: https://gitea.com/actions/release-action@main - with: - files: |- - ** - api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file