Skip to content

Commit

Permalink
remove gorelease prerelease flag (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanthao authored Aug 19, 2024
1 parent 3ee2e2a commit 240b09e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ release:
github:
owner: replicatedhq
name: sbctl
prerelease: "true"
builds:
- id: sbctl
goos:
- linux
- darwin
- linux
- darwin
goarch:
- amd64
- arm64
- amd64
- arm64
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand All @@ -25,7 +24,7 @@ archives:
builds:
- sbctl
format: tar.gz
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
name_template: "{{ .Binary }}_{{ .Os }}_{{ .Arch }}"
files:
- licence*
- LICENCE*
Expand Down

0 comments on commit 240b09e

Please sign in to comment.