From 6a35b235c32fdc86bf52d5a181af5d02423370c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralph=20K=C3=BChnert?= Date: Mon, 28 Sep 2020 21:52:50 +0200 Subject: [PATCH] Delete release.yml --- .github/workflows/release.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 5165fd3..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Release - -on: - push: - tags: - - '*' - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: GoReleaser Action - # You may pin to the exact commit or the version. - # uses: goreleaser/goreleaser-action@097bb3c0c5b5249fdc72ccdff0f874aebdc93839 - uses: goreleaser/goreleaser-action@v2.2.0