Skip to content

Commit

Permalink
To fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Apr 5, 2024
1 parent a879d3d commit 9be330e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --skip-publish --clean --snapshot
args: release --skip=publish --clean --snapshot
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before:
hooks:
- make clean
- make swagger-gen
- go mod tidy -compat=1.19
- go mod tidy -compat=1.21.8
- go mod download

builds:
Expand Down

0 comments on commit 9be330e

Please sign in to comment.