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 eb80680 commit 39b1e0eCopy full SHA for 39b1e0e
.github/actions/publish/action.yml
@@ -26,4 +26,4 @@ runs:
26
- name: Publish Library
27
shell: bash
28
if: ${{ inputs.dry_run == 'false' }}
29
- run: gem push launchdarkly-server-sdk-*.gem
+ run: ls launchdarkly-server-sdk-*.gem | xargs -I {} gem push {}
0 commit comments