Skip to content

Commit fa98df6

Browse files
authored
Chore: Fix release script (#46)
1 parent 549ec6b commit fa98df6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
result-encoding: string
2020
script: |
2121
return context.payload.ref.replace(/refs\/tags\/release-/, '');
22+
- name: Setup PHP
23+
uses: shivammathur/setup-php@v2
24+
with:
25+
php-version: 8.2
2226
- name: Checkout Code
2327
uses: actions/checkout@v2
2428
- name: Install dependencies

0 commit comments

Comments
 (0)