From 5d5affdcfbef61b087ef4a1d8e05512bdc10ef77 Mon Sep 17 00:00:00 2001 From: ajasnosz Date: Thu, 18 Apr 2024 13:59:03 +0200 Subject: [PATCH] fix: docker release tag --- .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 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 }}