build: update release workflow
parent
3849a9f697
commit
9dedbfb48f
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- preview
|
- preview
|
||||||
- main
|
- main
|
||||||
- v*.x
|
- "*.x"
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- "**"
|
- "**"
|
||||||
|
|
||||||
|
@ -13,9 +13,9 @@ jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: cycjimmy/semantic-release-action@v2
|
- uses: cycjimmy/semantic-release-action@v3
|
||||||
with:
|
with:
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
@semantic-release/changelog
|
@semantic-release/changelog
|
||||||
|
|
Loading…
Reference in New Issue