diff --git a/.gitea/workflows/release-mod.yml b/.gitea/workflows/release-mod.yml index f447ae2..13007cb 100644 --- a/.gitea/workflows/release-mod.yml +++ b/.gitea/workflows/release-mod.yml @@ -47,14 +47,3 @@ jobs: with: name: ${{ steps.Build.outputs.filename }} path: ${{ steps.Build.outputs.artifactpath }} - - - name: Setup Go - uses: actions/setup-go@v5 - with: - go-version: ">=1.20.1" - - - name: Release Mod - uses: https://gitea.com/actions/release-action@main - with: - tag: ${{ steps.Build.outputs.filename }} - path: ${{ steps.Build.outputs.artifactpath }}