Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Nov 26, 2020
1 parent b9581c4 commit 31e13a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
content="${content//$'\r'/'%0D'}"
echo "::set-output name=message::$content"
- name: "Install dependencies"
run: |
composer config platform.php 7.1.3
composer update --no-dev --no-interaction --no-progress --prefer-dist
composer config --unset platform.php
- name: "Download Box"
run: |
curl -sL https://github.com/box-project/box/releases/download/3.9.1/box.phar -o box.phar
Expand Down Expand Up @@ -84,4 +90,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./churn.phar.asc
asset_name: churn.phar.asc
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

1 comment on commit 31e13a4

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a lovely feeling 😻

$ phive install bmitch/churn-php

Phive 0.14.4 - Copyright (C) 2015-2020 by Arne Blankerts, Sebastian Heuer and Contributors
Downloading https://api.github.com/rate_limit
Downloading https://github.com/bmitch/churn-php/releases/download/1.3.0/churn.phar
Downloading https://github.com/bmitch/churn-php/releases/download/1.3.0/churn.phar.asc
Downloading key 69132CC8829FAB5F
Trying to connect to keys.openpgp.org (37.218.245.50)
Downloading https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x69132CC8829FAB5F
Successfully downloaded key.

    Fingerprint: 4B36 0779 D251 80B7 1C88 26B1 6913 2CC8 829F AB5F

    Bill Mitchell <[email protected]>

    Created: 2020-11-26

Import this key? [y|N]

Please sign in to comment.