File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ homebrew_casks:
113113 Command-line interface for managing TigerData Cloud Platform resources
114114 binary : tiger
115115 license : Apache-2.0
116- skip_upload : auto
116+ skip_upload : auto # Skips prerelease builds
117117 url :
118118 template : " https://tiger-cli-releases.s3.us-east-1.amazonaws.com/releases/{{ .Tag }}/{{ .ArtifactName }}"
119119 hooks :
@@ -149,8 +149,7 @@ changelog:
149149publishers :
150150 # Upload all Linux packages (deb, rpm) to PackageCloud
151151 - name : packagecloud
152- # Skip upload if packagecloud credentials are not set
153- disable : ' {{ eq .Env.PACKAGECLOUD_TOKEN "" }}'
152+ disable : ' {{ ne .Prerelease "" }}' # Skip this step for pre-releases
154153 ids :
155154 - packages # Only publish nfpms packages (Linux packages)
156155 cmd : >-
You can’t perform that action at this time.
0 commit comments