Skip to content

Commit

Permalink
chore(goreleaser): fix the deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored and robscott committed Feb 16, 2024
1 parent 50eb699 commit acccfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --snapshot --rm-dist
args: build --snapshot --clean
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
Expand Down

0 comments on commit acccfb9

Please sign in to comment.