From b60551d871dc0c0ef1ab303ea8d4a6761cba429e Mon Sep 17 00:00:00 2001 From: Steve 'Cutter' Blades Date: Fri, 13 Jan 2023 13:19:03 -0500 Subject: [PATCH] ci: update action (#2342) Attempt to use the semantic-release GitHub Action --- .github/workflows/release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f71f284a0..f0a350c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,13 @@ jobs: - name: Build run: yarn build - - name: Release + - name: Semantic Release + uses: cycjimmy/semantic-release-action@v3 + with: + semantic_version: 20.0.2 + extra_plugins: | + @semantic-release/changelog@6.0.2 + @semantic-release/git@10.01 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release