Skip to content

Commit 2f7c6c3

Browse files
Don't publish beta artifacts to Cloudsmith
1 parent aa7eb78 commit 2f7c6c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/4.0.x-alpha-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
release_title: ${{ github.event.client_payload.release_title }}
3535
release_description: ${{ github.event.client_payload.release_description }}
3636
release_tag: "(ignored for alphas)"
37+
# applies to Debian and RPM packages only
38+
gpg_sign_release: true
3739
publish_to_cloudsmith: false
3840
secrets: inherit
3941
retain_latest_n_alphas:

.github/workflows/4.1.x-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
release_tag: "betas.41x.${{ inputs.prerelease_identifier }}"
2727
# applies to Debian and RPM packages only
2828
gpg_sign_release: true
29-
publish_to_cloudsmith: true
29+
publish_to_cloudsmith: false
3030
cloudsmith_repository: "rabbitmq-server-prereleases"
3131
secrets: inherit

0 commit comments

Comments
 (0)