From 98e9e5a21880620d33060495bbe6d5737395e3fc Mon Sep 17 00:00:00 2001 From: ccamel Date: Mon, 30 Oct 2023 10:59:26 +0100 Subject: [PATCH] ci(workflow): remoeve use of cycjimmy/semantic-release-action --- .github/workflows/release.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 726c4ca..fb559b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,17 +38,15 @@ jobs: node-version: 18.17 - name: Release project - uses: cycjimmy/semantic-release-action@v4 - with: - semantic_version: 22.0.5 - branch: main - extra_plugins: | - @semantic-release/changelog@6.0.3 - @semantic-release/git@10.0.1 - @semantic-release/npm@11.0.0 - @google/semantic-release-replace-plugin@1.2.7 - extends: | - conventional-changelog-conventionalcommits@6.1.0 + run: >- + npx + -p "@semantic-release/changelog@6.0.3" + -p "@semantic-release/git@10.0.1" + -p "@semantic-release/npm@11.0.0" + -p "@google/semantic-release-replace-plugin@1.2.7" + -p "conventional-changelog-conventionalcommits@6.1.0" + -p "semantic-release@22.0.5" + -- "semantic-release" env: GITHUB_TOKEN: ${{ secrets.OKP4_TOKEN }} GIT_AUTHOR_NAME: ${{ secrets.OKP4_BOT_GIT_AUTHOR_NAME }}