Skip to content

Commit

Permalink
chore: Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeiminds committed Oct 8, 2023
1 parent f686c8f commit 8c76cc4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ nfpms:
- archlinux
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

publishers:
- name: fury.io
# by specifying `packages` id here goreleaser will only use this publisher
# with artifacts identified by this id
ids:
- guance
dir: "{{ dir .ArtifactPath }}"
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/guancecloud/
# publishers:
# - name: fury.io
# # by specifying `packages` id here goreleaser will only use this publisher
# # with artifacts identified by this id
# ids:
# - guance
# dir: "{{ dir .ArtifactPath }}"
# cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/guancecloud/

# brews:
# -
Expand Down

0 comments on commit 8c76cc4

Please sign in to comment.