build: update release workflow

3.x
mob-sakai 2023-05-18 21:33:38 +09:00
parent 3849a9f697
commit 9dedbfb48f
1 changed files with 3 additions and 3 deletions

View File

@ -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