From 156ac9c875921dbf14f6e3bd68d77ef39c59d735 Mon Sep 17 00:00:00 2001 From: Jean-Marc MEESSEN Date: Mon, 20 Jul 2020 22:40:11 +0200 Subject: [PATCH] Remove the release github action as MacOS code signing is required --- .github/workflows/release.yml | 22 ---------------------- 1 file changed, 22 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 ff91fe9..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Release with goreleaser -on: - push: - tags: - - v*.*.* -jobs: - build: - runs-on: ubuntu-latest - name: goreleaser - steps: - - uses: actions/checkout@v2 - - name: Unshallow Fetch - run: git fetch --prune --unshallow - - uses: actions/setup-go@v2 - with: - go-version: '^1.14.0' - - name: Release via goreleaser - uses: goreleaser/goreleaser-action@master - with: - args: release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file