Skip to content

Commit afb4079

Browse files
authored
Temporarily publish prereleases to package managers (#132)
1 parent e58025c commit afb4079

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
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 }}

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ brews:
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

9394
snapcrafts:
9495
# IDs of the builds for which to create packages for

0 commit comments

Comments
 (0)