Skip to content

Commit

Permalink
fix: for goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jul 10, 2024
1 parent 293d64e commit 19a8daa
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 19a8daa

Please # to comment.