Skip to content

Commit

Permalink
fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao committed Jul 2, 2024
1 parent c963442 commit 56cbcdc
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,26 +83,26 @@ builds:
# - goos: solaris
# goarch: '386'
# binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
# archives:
# - format: zip
# files:
# - none*
# name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
# checksum:
# name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
# algorithm: sha256
# signs:
# - artifacts: checksum
# args:
# # if you are using this is in a GitHub action or some other automated pipeline, you
# # need to pass the batch flag to indicate its not interactive.
# - "--batch"
# - "--local-user"
# - "{{ .Env.GPG_FINGERPRINT }}"
# - "--output"
# - "${signature}"
# - "--detach-sign"
# - "${artifact}"
archives:
- format: zip
files:
- none*
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: '{{ .ProjectName }}_v{{ .Version }}_SHA256SUMS'
algorithm: sha256
signs:
- artifacts: checksum
args:
# if you are using this is in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"

changelog:
use: github-native

0 comments on commit 56cbcdc

Please sign in to comment.