Skip to content

Commit

Permalink
Merge pull request #413 from fujiwara/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: for goreleaser v2
  • Loading branch information
fujiwara authored Jul 10, 2024
2 parents 61034b2 + 19a8daa commit 9e4148c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ clean:
rm -fr dist/

packages:
goreleaser build --skip-validate --rm-dist
goreleaser build --skip-validate --clean

packages-snapshot:
goreleaser build --skip-validate --rm-dist --snapshot
goreleaser build --skip-validate --clean --snapshot

orb/publish:
circleci orb validate circleci-orb.yml
Expand Down

0 comments on commit 9e4148c

Please sign in to comment.