From 38fcf6db52aed64dbabc33f32180343c85f8a631 Mon Sep 17 00:00:00 2001 From: wojtekzyla <108660584+wojtekzyla@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:16:49 +0200 Subject: [PATCH] fix: update semantic release (#71) --- .github/workflows/ci-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index 43d2df3..d340ce2 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -141,13 +141,13 @@ jobs: node-version: "20.12.0" - name: Semantic Release id: version - uses: cycjimmy/semantic-release-action@v4.0.0 + uses: cycjimmy/semantic-release-action@v4.1.0 with: - semantic_version: 17 + semantic_version: 21.1.1 extra_plugins: | @semantic-release/exec @semantic-release/git - semantic-release-replace-plugin@1.2.7 + @jpoehnelt/semantic-release-replace-plugin@1.2.7 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}