Skip to content

Commit

Permalink
fix: goreleaser flag (#28)
Browse files Browse the repository at this point in the history
chore: update flag to comply with latest goreleaser version
  • Loading branch information
deryrahman authored Jul 8, 2024
1 parent d514766 commit 2b7ae4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
distribution: goreleaser
version: latest
args: -f .goreleaser.yml --snapshot --rm-dist
args: -f .goreleaser.yml --snapshot --clean
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: -f .goreleaser.yml --rm-dist
args: -f .goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit 2b7ae4e

Please sign in to comment.