Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit fa0d6ae

Browse files
committed
On build on release
1 parent c5d782a commit fa0d6ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish PHAR
22
on:
3-
push:
4-
branches:
5-
- build-phar
63
release:
74
types: [created]
85
workflow_dispatch:
@@ -36,7 +33,7 @@ jobs:
3633
run: mv composer-dev.json composer.json
3734
- name: Install Composer dependencies
3835
run: composer install --no-dev --prefer-dist --no-progress
39-
- name: Create the PHAR file.
36+
- name: Build the PHAR
4037
run: box compile --no-parallel
4138
- name: Upload the PHAR to release
4239
run: gh release upload v${{ steps.tag.outputs.tag }} builds/shift-cli

0 commit comments

Comments
 (0)