Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request vitessio#6122 from planetscale/morgo-fix-release
Browse files Browse the repository at this point in the history
Fix automated release script
  • Loading branch information
morgo authored Apr 27, 2020
2 parents bec4139 + 9a41b95 commit 402ae0a
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 402ae0a

Please sign in to comment.