Skip to content

Commit

Permalink
chore: Update brew tap details
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 24, 2023
1 parent c614a9c commit 197aa09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/releasev2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 197aa09

Please sign in to comment.