Skip to content

Commit 9ce28b5

Browse files
authored
fix: Update release please (#20)
Signed-off-by: Jose Colella <[email protected]>
1 parent 2f79a87 commit 9ce28b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838

3939
- name: Release Gem
4040
run: |
41+
gem install bundler
4142
bundle config unset deployment
43+
bundle install
4244
mkdir -p $HOME/.gem
4345
touch $HOME/.gem/credentials
4446
chmod 0600 $HOME/.gem/credentials

0 commit comments

Comments
 (0)