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 6969 GITHUB_TOKEN : ${{ secrets.CLI_RELEASE }}
7070 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
7171 - 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
7374 env :
7475 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
7576 GPG_PRIVATE_KEY_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 8888 license : " Apache-2.0"
8989 # If set to auto, the release will not be uploaded to the homebrew tap repo
9090 # 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
9293
9394snapcrafts :
9495 # IDs of the builds for which to create packages for
You can’t perform that action at this time.
0 commit comments