Skip to content

Commit ba9185e

Browse files
committed
fix: disable aur release & set maintainer
1 parent 3e3bd04 commit ba9185e

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

.goreleaser.yaml

+12-20
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ brews:
5656
5757
nfpms:
5858
- file_name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
59+
maintainer: 'Abdul Khaliq <[email protected]>'
5960
homepage: pingme.lmno.pk
6061
description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
6162
license: MIT
@@ -65,15 +66,6 @@ nfpms:
6566
dependencies:
6667
- git
6768

68-
# snapcrafts:
69-
# - name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
70-
# summary: PingMe is a CLI tool which provides the ability to send messages
71-
# description: |
72-
# PingMe is a CLI tool which provides the ability to send messages
73-
# or alerts to multiple messaging platforms.
74-
# grade: stable
75-
# confinement: strict
76-
# publish: false
7769

7870
scoop:
7971
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
@@ -101,15 +93,15 @@ dockers:
10193
- "--label=org.opencontainers.image.source={{.GitURL}}"
10294
- "--platform=linux/amd64"
10395

104-
publishers:
105-
- name: aur pingme binary
106-
env:
107-
- AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
108-
cmd: |
109-
.github/aur/pingme-bin/publish.sh {{ .Version }}
96+
# publishers:
97+
# - name: aur pingme binary
98+
# env:
99+
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
100+
# cmd: |
101+
# .github/aur/pingme-bin/publish.sh {{ .Version }}
110102

111-
- name: aur pingme sources
112-
env:
113-
- AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
114-
cmd: |
115-
.github/aur/pingme/publish.sh {{ .Version }}
103+
# - name: aur pingme sources
104+
# env:
105+
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
106+
# cmd: |
107+
# .github/aur/pingme/publish.sh {{ .Version }}

0 commit comments

Comments
 (0)