Skip to content

Commit

Permalink
build: Fix gem build spec reference (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored Dec 26, 2023
1 parent 24a3557 commit 6bdfb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ runs:
steps:
- name: Build gemspec
shell: bash
run: gem build ld-eventsource.gemspec
run: gem build launchdarkly-server-sdk.gemspec

- name: Publish Library
shell: bash
if: ${{ inputs.dry_run == 'false' }}
run: gem push ld-eventsource-*.gem
run: gem push launchdarkly-server-sdk-*.gem

0 comments on commit 6bdfb4a

Please sign in to comment.