Skip to content

Commit 6bdfb4a

Browse files
authored
build: Fix gem build spec reference (#238)
1 parent 24a3557 commit 6bdfb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/publish/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ runs:
1010
steps:
1111
- name: Build gemspec
1212
shell: bash
13-
run: gem build ld-eventsource.gemspec
13+
run: gem build launchdarkly-server-sdk.gemspec
1414

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

0 commit comments

Comments
 (0)