Skip to content

Commit 7eaba30

Browse files
committed
fixup! fix(ci): chain build-phar workflow from release-please
1 parent 5de039b commit 7eaba30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build PHAR on Release
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
build-phar:
9+
uses: ./.github/workflows/build-phar.yml
10+
with:
11+
tag_name: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)