summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-04 23:56:30 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-05 00:20:26 +0900
commit62963dcefd6d74510ae2692cd0955177bae57543 (patch)
treefb59168347d8e75e09852e27b380a4b614f87774 /.goreleaser.yml
parent68a35e47354f5757fb74f10628c9a40564604999 (diff)
downloadfzf-62963dcefd6d74510ae2692cd0955177bae57543.tar.gz
0.49.0
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 7f670da2..1ac56108 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -20,10 +20,6 @@ builds:
cat > /tmp/fzf-gon-amd64.hcl << EOF
source = ["./dist/fzf-macos_darwin_amd64_v1/fzf"]
bundle_id = "kr.junegunn.fzf"
- apple_id {
- username = "junegunn.c@gmail.com"
- password = "@env:AC_PASSWORD"
- }
sign {
application_identity = "Developer ID Application: Junegunn Choi (Y254DRW44Z)"
}
@@ -48,10 +44,6 @@ builds:
cat > /tmp/fzf-gon-arm64.hcl << EOF
source = ["./dist/fzf-macos-arm_darwin_arm64/fzf"]
bundle_id = "kr.junegunn.fzf"
- apple_id {
- username = "junegunn.c@gmail.com"
- password = "@env:AC_PASSWORD"
- }
sign {
application_identity = "Developer ID Application: Junegunn Choi (Y254DRW44Z)"
}