Skip to content

Commit

Permalink
Merge pull request #68 from rneatherway/rneatherway-patch-1
Browse files Browse the repository at this point in the history
Fix deprecated goreleaser argument
  • Loading branch information
rneatherway committed Jun 11, 2024
2 parents ecda780 + 0a9e475 commit 00330c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: --rm-dist --snapshot
args: --clean --snapshot

test:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00330c8

Please sign in to comment.