Skip to content

Commit 851bd80

Browse files
authored
chore: Fix artifact download (#313)
1 parent fde5f94 commit 851bd80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
- uses: actions/download-artifact@v4
1616
with:
1717
pattern: 'gems-*'
18+
merge-multiple: true
1819

1920
- name: Hash gem for provenance
2021
id: gem-hash

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
4141
name: 'Get rubygems API key'
42+
if: ${{ !inputs.dry_run }}
4243
with:
4344
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
4445
ssm_parameter_pairs: '/production/common/releasing/rubygems/api_key = GEM_HOST_API_KEY'

0 commit comments

Comments
 (0)