File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 69
69
GITHUB_TOKEN : ${{ secrets.CLI_RELEASE }}
70
70
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
71
71
- name : Publish packages to APT repo
72
- if : contains(github.ref_name, '-') == false
72
+ # Temporarily not skipping prereleases to test integration with APT
73
+ # if: contains(github.ref_name, '-') == false
73
74
env :
74
75
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
75
76
GPG_PRIVATE_KEY_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 88
88
license : " Apache-2.0"
89
89
# If set to auto, the release will not be uploaded to the homebrew tap repo
90
90
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
91
- skip_upload : auto
91
+ # Temporarily not skipping prereleases to test integration with Homebrew
92
+ # skip_upload: auto
92
93
93
94
snapcrafts :
94
95
# IDs of the builds for which to create packages for
You can’t perform that action at this time.
0 commit comments