Skip to content

Commit

Permalink
ci: use correct path for gem publish action (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed May 28, 2024
1 parent dfaf929 commit e44778a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release
name: Create Release

on:
workflow_call:
Expand All @@ -12,7 +12,6 @@ on:
rubygems-token:
required: true


jobs:
release:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
run: exit 1

# Publish the release to our package manager
- uses: ./.github/actions/ruby-publish
- uses: ./.github/actions/rubygems-publish
with:
ruby-version: ${{ inputs.ruby-version }}
rubygems-token: ${{ secrets.rubgems-token }}
Expand Down

0 comments on commit e44778a

Please sign in to comment.