Skip to content

Commit e44778a

Browse files
ci: use correct path for gem publish action (#595)
1 parent dfaf929 commit e44778a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ruby-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create Release
1+
name: Create Release
22

33
on:
44
workflow_call:
@@ -12,7 +12,6 @@ on:
1212
rubygems-token:
1313
required: true
1414

15-
1615
jobs:
1716
release:
1817
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
@@ -57,7 +56,7 @@ jobs:
5756
run: exit 1
5857

5958
# Publish the release to our package manager
60-
- uses: ./.github/actions/ruby-publish
59+
- uses: ./.github/actions/rubygems-publish
6160
with:
6261
ruby-version: ${{ inputs.ruby-version }}
6362
rubygems-token: ${{ secrets.rubgems-token }}

0 commit comments

Comments
 (0)