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