mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
ci: upgrade semantic-release-action
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
This commit is contained in:
parent
ec92490139
commit
0f0fd36896
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: 5.5
|
php-version: 8.2
|
||||||
|
|
||||||
- name: Run automated release process with semantic-release
|
- name: Run automated release process with semantic-release
|
||||||
uses: cycjimmy/semantic-release-action@v2
|
uses: cycjimmy/semantic-release-action@v4
|
||||||
with:
|
with:
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user