Skip to content

Commit 1644d7f

Browse files
committed
don't upload to AUR from goreleaser until we get #3076 goreleaser released
Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent f3aa840 commit 1644d7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ aurs:
124124
license: Apache 2.0
125125
private_key: "{{ .Env.AUR_PRIVATE_KEY }}"
126126
git_url: ssh://[email protected]/tkn-pac.git
127+
# until we get https://github.com/goreleaser/goreleaser/issues/3076 resolved
128+
skip_upload: true
127129
package: |-
128130
# bin
129131
install -Dm755 "./tkn-pac" "${pkgdir}/usr/bin/tkn-pac"

0 commit comments

Comments
 (0)