We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5250d commit f599225Copy full SHA for f599225
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
21
release_tag_name: ${{ steps.release.outputs.tag_name }}
22
23
gem-release:
24
- needs: Release-please
+ needs: release-please
25
runs-on: ubuntu-latest
26
if: ${{ needs.release-please.outputs.release_created }}
27
steps:
@@ -47,3 +47,5 @@ jobs:
47
printf -- "---\n:rubygems_api_key: ${RUBY_GEM_API_TOKEN}\n" > $HOME/.gem/credentials
48
gem build *.gemspec
49
gem push *.gem
50
+ env:
51
+ RUBY_GEM_API_TOKEN: "${{secrets.RUBY_GEM_API_TOKEN}}"
0 commit comments