diff --git a/.github/workflows/ci-release.yaml b/.github/workflows/ci-release.yaml index dfc7c5b..d0bebe8 100644 --- a/.github/workflows/ci-release.yaml +++ b/.github/workflows/ci-release.yaml @@ -150,7 +150,7 @@ jobs: gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.SA_GPG_PASSPHRASE }} extra_plugins: | - @google/semantic-release-replace-plugin + semantic-release-replace-plugin@1.2.7 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}