Skip to content

Commit

Permalink
Merge pull request #6 from odigos-io/ci-no-gh-release
Browse files Browse the repository at this point in the history
ci: disable github release when publishing linux packages
  • Loading branch information
blumamir committed May 22, 2024
2 parents cd04441 + 058b5ac commit 236fa1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions membership/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"

release:
github:
enabled: false

0 comments on commit 236fa1a

Please sign in to comment.