From aa1a0b477268fbd80242fbe8655ad361a7b19abe Mon Sep 17 00:00:00 2001 From: Wojciech Zyla Date: Thu, 4 Apr 2024 14:29:04 +0200 Subject: [PATCH] fix: update semantic release --- .github/workflows/ci-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index d340ce2..9b65c59 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -147,7 +147,7 @@ jobs: extra_plugins: | @semantic-release/exec @semantic-release/git - @jpoehnelt/semantic-release-replace-plugin@1.2.7 + semantic-release-replace-plugin@1.2.7 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}