We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd371d commit 973b6e6Copy full SHA for 973b6e6
.goreleaser.yaml
@@ -93,7 +93,7 @@ blobs:
93
region: us-east-1
94
directory: "install"
95
extra_files_only: true
96
- disable: '{{ .Prerelease }}' # Skip this step for pre-releases
+ disable: '{{ .Prerelease }}' # Skip this step for pre-releases TODO: This isnt' working right for some reason
97
extra_files:
98
- glob: ./latest.txt
99
name_template: "latest.txt"
@@ -114,7 +114,7 @@ homebrew_casks:
114
Command-line interface for managing TigerData Cloud Platform resources
115
binary: tiger
116
license: Apache-2.0
117
- skip_upload: auto
+ skip_upload: false
118
url:
119
template: "https://tiger-cli-releases.s3.us-east-1.amazonaws.com/releases/{{ .Tag }}/{{ .ArtifactName }}"
120
hooks:
0 commit comments