Skip to content

Commit f599225

Browse files
authored
chore: Update release process (#21)
Signed-off-by: Michael Beemer <[email protected]>
1 parent ea5250d commit f599225

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release_tag_name: ${{ steps.release.outputs.tag_name }}
2222

2323
gem-release:
24-
needs: Release-please
24+
needs: release-please
2525
runs-on: ubuntu-latest
2626
if: ${{ needs.release-please.outputs.release_created }}
2727
steps:
@@ -47,3 +47,5 @@ jobs:
4747
printf -- "---\n:rubygems_api_key: ${RUBY_GEM_API_TOKEN}\n" > $HOME/.gem/credentials
4848
gem build *.gemspec
4949
gem push *.gem
50+
env:
51+
RUBY_GEM_API_TOKEN: "${{secrets.RUBY_GEM_API_TOKEN}}"

0 commit comments

Comments
 (0)