Skip to content

Commit

Permalink
ci: Comment out GH release generation from Goreleaser as we don't hav…
Browse files Browse the repository at this point in the history
…e permission :(

Signed-off-by: Drew Robinson <[email protected]>
  • Loading branch information
ocean committed Apr 19, 2023
1 parent c1faf00 commit ccbf48e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
before:
hooks:
- go mod tidy

builds:
- binary: >-
{{ .ProjectName }}-bin-
Expand Down Expand Up @@ -44,18 +45,20 @@ changelog:
exclude:
- '^docs:'
- '^test:'
release:
github:
owner: ahoy-cli
name: ahoy
draft: true
replace_existing_draft: true
mode: prepend
prerelease: auto
target_commitish: '{{ .ShortCommit }}'

sboms:
- artifacts: binary

# release:
# github:
# owner: ahoy-cli
# name: ahoy
# draft: true
# replace_existing_draft: true
# mode: prepend
# prerelease: auto
# target_commitish: '{{ .ShortCommit }}'

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit ccbf48e

Please sign in to comment.