Skip to content

Commit

Permalink
On build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Aug 24, 2023
1 parent c5d782a commit fa0d6ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Publish PHAR
on:
push:
branches:
- build-phar
release:
types: [created]
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +33,7 @@ jobs:
run: mv composer-dev.json composer.json
- name: Install Composer dependencies
run: composer install --no-dev --prefer-dist --no-progress
- name: Create the PHAR file.
- name: Build the PHAR
run: box compile --no-parallel
- name: Upload the PHAR to release
run: gh release upload v${{ steps.tag.outputs.tag }} builds/shift-cli
Expand Down

0 comments on commit fa0d6ae

Please sign in to comment.