Skip to content

Commit

Permalink
Fix custom publisher command
Browse files Browse the repository at this point in the history
  • Loading branch information
asutosh committed Feb 6, 2024
1 parent 3466db5 commit 7b7ee52
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@ publishers:
- name: tyk-pump-unstable
env:
- PACKAGECLOUD_TOKEN={{ .Env.PACKAGECLOUD_TOKEN }}
- REPO=tyk/tyk-pump-unstable
- RPMVERS={{ .Env.RPMVERS }}
- DEBVERS={{ .Env.DEBVERS }}
cmd: packagecloud publish --debvers "$DEBVERS" --rpmvers "$RPMVERS" $REPO {{ .ArtifactPath }}
cmd: packagecloud publish --debvers "{{ .Env.DEBVERS }}" --rpmvers "{{ .Env.RPMVERS }}" tyk/tyk-pump-unstable {{ .ArtifactPath }}
# This disables archives
archives:
- format: binary
Expand Down

0 comments on commit 7b7ee52

Please sign in to comment.