From 96f343602216772e8b537a65c69eb4a7acd7645c Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Thu, 3 Mar 2022 18:36:24 +0800 Subject: [PATCH] ci: release with the latest action release with the latest action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2882385..693067a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 + uses: ./ id: semantic with: extra_plugins: | @@ -34,7 +34,7 @@ jobs: - name: Setup Node.js with GitHub Package Registry uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 registry-url: 'https://npm.pkg.github.com' scope: 'cycjimmy'