We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7eb78 commit 2f7c6c3Copy full SHA for 2f7c6c3
.github/workflows/4.0.x-alpha-release.yml
@@ -34,6 +34,8 @@ jobs:
34
release_title: ${{ github.event.client_payload.release_title }}
35
release_description: ${{ github.event.client_payload.release_description }}
36
release_tag: "(ignored for alphas)"
37
+ # applies to Debian and RPM packages only
38
+ gpg_sign_release: true
39
publish_to_cloudsmith: false
40
secrets: inherit
41
retain_latest_n_alphas:
.github/workflows/4.1.x-beta-release.yml
@@ -26,6 +26,6 @@ jobs:
26
release_tag: "betas.41x.${{ inputs.prerelease_identifier }}"
27
# applies to Debian and RPM packages only
28
gpg_sign_release: true
29
- publish_to_cloudsmith: true
+ publish_to_cloudsmith: false
30
cloudsmith_repository: "rabbitmq-server-prereleases"
31
0 commit comments