From 00c71cab38d94b1a720f93064f1b9017cc4eb070 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Wed, 24 Aug 2022 10:09:32 -0600 Subject: [PATCH] fix: remove workflow --- .github/workflows/releaser.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/releaser.yml diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml deleted file mode 100644 index 2c79fdab..00000000 --- a/.github/workflows/releaser.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: goreleaser - -on: - push: - tags: - - "*" - -jobs: - goreleaser: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v3 - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v3 - with: - distribution: goreleaser - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}