Skip to content

Commit

Permalink
Remove publishers block from .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pschiffe committed Dec 20, 2023
1 parent 414ed50 commit 8f7af08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,3 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
- "--platform=linux/amd64"


publishers:
- name: aur-subvars
env:
- AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
cmd: |
.github/aur/subvars/publish.sh {{ .Version }}

0 comments on commit 8f7af08

Please # to comment.