We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfaf929 commit e44778aCopy full SHA for e44778a
.github/workflows/ruby-release.yml
@@ -1,4 +1,4 @@
1
-name: Create Release
+name: Create Release
2
3
on:
4
workflow_call:
@@ -12,7 +12,6 @@ on:
12
rubygems-token:
13
required: true
14
15
-
16
jobs:
17
release:
18
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:
57
56
run: exit 1
58
59
# Publish the release to our package manager
60
- - uses: ./.github/actions/ruby-publish
+ - uses: ./.github/actions/rubygems-publish
61
with:
62
ruby-version: ${{ inputs.ruby-version }}
63
rubygems-token: ${{ secrets.rubgems-token }}
0 commit comments