From 6bd248af23bd20644733edfa289467d1b58f0218 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Tue, 23 Apr 2024 20:37:55 -0400 Subject: [PATCH] refactor: use semantic-release-action --- .github/workflows/release.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b41465..2094bbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,14 +15,7 @@ jobs: with: fetch-depth: 0 # Important for Semantic Release to analyze all commits - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '21' - - - name: Run Semantic Release - run: | - npm install - npx semantic-release + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}