Skip to content

Commit 197aa09

Browse files
chore: Update brew tap details
1 parent c614a9c commit 197aa09

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/releasev2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
uses: actions/setup-go@v3
2525
with:
2626
go-version: 1.19
27+
cache: true
2728

2829
- name: Run GoReleaser
2930
uses: goreleaser/goreleaser-action@v4
3031
with:
3132
distribution: goreleaser
3233
version: latest
33-
args: release --clean --release-notes=${{ github.event.release.body }} --skip-validate --debug
34+
args: release --clean --skip-validate --debug
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ release:
3030

3131
brews:
3232
- tap:
33-
owner: miniscruff
34-
name: changie
33+
owner: MeltanoLabs
34+
name: target-jsonl-blob
3535
homepage: https://github.com/MeltanoLabs/target-jsonl-blob
3636
description: JSONL Singer target for local storage, S3 and Azure Blob Storage.
3737
license: Apache-2.0
3838
skip_upload: auto
39+
commit_msg_template: "chore: Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
3940

4041
checksum:
4142
name_template: 'checksums.txt'

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,3 @@ meltano run tap-github target-jsonl-blob
110110
```
111111
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)
112112
```
113-
114-
- Build a lighter binary

0 commit comments

Comments
 (0)