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 fde5f94 commit 851bd80Copy full SHA for 851bd80
.github/actions/publish/action.yml
@@ -15,6 +15,7 @@ runs:
15
- uses: actions/download-artifact@v4
16
with:
17
pattern: 'gems-*'
18
+ merge-multiple: true
19
20
- name: Hash gem for provenance
21
id: gem-hash
.github/workflows/manual-publish.yml
@@ -39,6 +39,7 @@ jobs:
39
40
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
41
name: 'Get rubygems API key'
42
+ if: ${{ !inputs.dry_run }}
43
44
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
45
ssm_parameter_pairs: '/production/common/releasing/rubygems/api_key = GEM_HOST_API_KEY'
0 commit comments