diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a5dac996..1ac9efe71 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,7 +69,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} - name: Publish packages to APT repo - if: contains(github.ref_name, '-') == false + # Temporarily not skipping prereleases to test integration with APT + # if: contains(github.ref_name, '-') == false env: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} GPG_PRIVATE_KEY_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8d9a10038..dab4de5fd 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -88,7 +88,8 @@ brews: license: "Apache-2.0" # If set to auto, the release will not be uploaded to the homebrew tap repo # if the tag has a prerelease indicator (e.g. v0.0.1-alpha1) - skip_upload: auto + # Temporarily not skipping prereleases to test integration with Homebrew + # skip_upload: auto snapcrafts: # IDs of the builds for which to create packages for