fix: install package_cloud for use with release process

This commit is contained in:
Jose Diaz-Gonzalez
2021-02-15 16:52:16 -05:00
parent 528bd744e0
commit 2ed3c6c356

View File

@@ -19,6 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: install package_cloud
run: gem install package_cloud
- name: build package
run: contrib/release-dokku ${{ github.event.inputs.release_type }}