From 2ed3c6c35616e7df3cde3dec47d57a8d31f4820d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 15 Feb 2021 16:52:16 -0500 Subject: [PATCH] fix: install package_cloud for use with release process --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b5b93542..71a669a25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}