Skip to content

Commit

Permalink
chore: goreleaser deprecations 대응
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyeop-lee committed Sep 6, 2023
1 parent 1d8f2f0 commit 1628fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ changelog:
- '^test:'

brews:
- tap:
- repository:
owner: seungyeop-lee
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rund:

.PHONY: release-test-snapshot
release-test-snapshot:
goreleaser release --skip-publish --rm-dist --snapshot
goreleaser release --skip-publish --clean --snapshot

.PHONY: release-test
release-test:
goreleaser release --skip-publish --rm-dist
goreleaser release --skip-publish --clean

0 comments on commit 1628fef

Please sign in to comment.