From f66e028e4c39a5df5236cb0ea1d65891691a302a Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Sun, 5 Oct 2025 19:22:42 +0000 Subject: [PATCH] Delete .github/workflow/.github/workflows/release.yml --- .../workflow/.github/workflows/release.yml | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflow/.github/workflows/release.yml diff --git a/.github/workflow/.github/workflows/release.yml b/.github/workflow/.github/workflows/release.yml deleted file mode 100644 index fbb070a..0000000 --- a/.github/workflow/.github/workflows/release.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Create Release & Upload Assets - -on: - push: - # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - -env: - VERSION_TAG: '${{ github.ref_name }}' - CURL_TOKEN: '${{ secrets.TOKEN_GITEA }}' - -jobs: - goreleaser: - name: Upload Assets To Gitea w/ goreleaser - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: 1.22 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 - with: - distribution: goreleaser - version: v1.26.2 - args: release --clean - env: - GITEA_TOKEN: ${{ secrets.TOKEN_GITEA }} - GORELEASER_FORCE_TOKEN: gitea \ No newline at end of file