From 197aa09620f5737d757ade9c5f5b2f2c46ebaf91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Rami=CC=81rez=20Mondrago=CC=81n?= Date: Thu, 23 Feb 2023 20:40:01 -0600 Subject: [PATCH] chore: Update brew tap details --- .github/workflows/releasev2.yml | 3 ++- .goreleaser.yaml | 5 +++-- README.md | 2 -- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/releasev2.yml b/.github/workflows/releasev2.yml index d39ce9e..bce7ff7 100644 --- a/.github/workflows/releasev2.yml +++ b/.github/workflows/releasev2.yml @@ -24,12 +24,13 @@ jobs: uses: actions/setup-go@v3 with: go-version: 1.19 + cache: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser version: latest - args: release --clean --release-notes=${{ github.event.release.body }} --skip-validate --debug + args: release --clean --skip-validate --debug env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2c909c0..8cdf10e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -30,12 +30,13 @@ release: brews: - tap: - owner: miniscruff - name: changie + owner: MeltanoLabs + name: target-jsonl-blob homepage: https://github.com/MeltanoLabs/target-jsonl-blob description: JSONL Singer target for local storage, S3 and Azure Blob Storage. license: Apache-2.0 skip_upload: auto + commit_msg_template: "chore: Brew formula update for {{ .ProjectName }} version {{ .Tag }}" checksum: name_template: 'checksums.txt' diff --git a/README.md b/README.md index 3d7b1e7..2b41251 100644 --- a/README.md +++ b/README.md @@ -110,5 +110,3 @@ meltano run tap-github target-jsonl-blob ``` cloud.google.com/go/storage@v1.16.1/storage.go:1416:53: o.GetCustomerEncryption().GetKeySha256 undefined (type *"google.golang.org/genproto/googleapis/storage/v2".Object_CustomerEncryption has no field or method GetKeySha256) ``` - -- Build a lighter binary