mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
Added swoole extension to publish-release github action
This commit is contained in:
parent
7c2c90fc49
commit
681b7c836d
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
with:
|
||||
php-version: '7.4' # Publish release with lowest supported PHP version
|
||||
tools: composer
|
||||
extensions: swoole-4.5.5
|
||||
- name: Generate release assets
|
||||
run: ./build.sh ${GITHUB_REF#refs/tags/v}
|
||||
- name: Publish release with assets
|
||||
|
Loading…
Reference in New Issue
Block a user