Skip to content

Commit

Permalink
fix: update deprecated releaser fields
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Sep 29, 2023
1 parent f4618bb commit 92fb95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ archives:
- goos: windows
format: zip
brews:
- tap:
- repository:
owner: danielgtaylor
name: homebrew-restish
homepage: https://rest.sh/
Expand Down

0 comments on commit 92fb95b

Please sign in to comment.