Skip to content

Commit 39b1e0e

Browse files
authored
chore: Can only push one gem at a time (#314)
1 parent eb80680 commit 39b1e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ runs:
2626
- name: Publish Library
2727
shell: bash
2828
if: ${{ inputs.dry_run == 'false' }}
29-
run: gem push launchdarkly-server-sdk-*.gem
29+
run: ls launchdarkly-server-sdk-*.gem | xargs -I {} gem push {}

0 commit comments

Comments
 (0)