Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit f1e3bab

Browse files
Update extension test workflow on main branch (#397)
from femiwiki/.github@ee70015 Co-authored-by: femiwiki-bot <[email protected]>
1 parent 537c5df commit f1e3bab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-and-submit.yml

+8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v3
20+
2021
- name: Setup PHP
2122
uses: shivammathur/setup-php@v2
2223
with:
2324
php-version: '7.3'
2425
tools: composer:v1
26+
27+
- uses: actions/setup-node@v3
28+
with:
29+
node-version: 15
30+
2531
- name: Set tag name
2632
id: tag_name
2733
run: echo "::set-output name=tag_name::$(basename ${{ github.ref }})"
@@ -41,6 +47,7 @@ jobs:
4147
release_name: ${{ github.ref }}
4248
draft: false
4349
prerelease: false
50+
4451
- name: Upload Release Asset
4552
id: upload-release-asset
4653
uses: actions/upload-release-asset@v1
@@ -51,6 +58,7 @@ jobs:
5158
asset_path: ./${{ steps.tag_name.outputs.tag_name }}.tar.gz
5259
asset_name: ${{ steps.tag_name.outputs.tag_name }}.tar.gz
5360
asset_content_type: application/zip
61+
5462
- name: Submit a PR
5563
run: |
5664
if [ '${{ github.event.repository.name }}' = 'FemiwikiSkin' ]; then

0 commit comments

Comments
 (0)