From 9dedbfb48f0a76a4f0442bc080c42153c8fb7724 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Thu, 18 May 2023 21:33:38 +0900 Subject: [PATCH] build: update release workflow --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7470f1..e6f1e18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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