From 145b4c56fd1dd3f2d8719f0a23ca1747b5a37fec Mon Sep 17 00:00:00 2001 From: wreulicke Date: Wed, 12 May 2021 18:23:10 +0900 Subject: [PATCH] add goreleaser --- .github/workflows/release.yml | 29 +++++++++++++++++++++++++++++ .goreleaser.yml | 2 -- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..59437ab --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,29 @@ +name: goreleaser + +on: + push: + tags: + - 'v*' + +jobs: + goreleaser: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - + name: Set up Go + uses: actions/setup-go@v2 + with: + go-version: 1.14 + - + name: Run GoReleaser + uses: goreleaser/goreleaser-action@v2 + with: + version: latest + args: release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.goreleaser.yml b/.goreleaser.yml index 7105c8b..9a54988 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -16,8 +16,6 @@ archives: amd64: x86_64 checksum: name_template: 'checksums.txt' -snapshot: - name_template: "{{ .Tag }}-next" changelog: sort: asc filters: