Skip to content

Commit

Permalink
Fix automated release script
Browse files Browse the repository at this point in the history
The option --no-ri has been removed from Ruby gems.

Signed-off-by: Morgan Tocker <tocker@gmail.com>
  • Loading branch information
morgo committed Apr 27, 2020
1 parent 66386cc commit 9a41b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y make ruby ruby-dev
go mod download
sudo gem install --no-ri --no-rdoc fpm
sudo gem install fpm
- name: Make Packages
run: |
Expand Down

0 comments on commit 9a41b95

Please sign in to comment.