Skip to content

Commit

Permalink
chore: Use goreleaser v2 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 12, 2024
1 parent 5a83c56 commit 2d7afe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v1'
args: release --clean --skip-validate --debug
version: latest
args: release --clean --skip=validate --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
prerelease: auto

brews:
- tap:
- repository:
owner: MeltanoLabs
name: target-jsonl-blob
homepage: https://github.com/MeltanoLabs/target-jsonl-blob
Expand All @@ -45,7 +45,7 @@ snapshot:
name_template: "{{ .Tag }}-next"

changelog:
skip: false
disable: false

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
Expand Down

0 comments on commit 2d7afe9

Please sign in to comment.