From 7c8fd83c00175dfbfa200734d85e2502e8afcd46 Mon Sep 17 00:00:00 2001 From: Alyssa Yu Date: Thu, 3 Aug 2023 16:14:09 -0700 Subject: [PATCH] fix: lock semantic-release-replace-plugin version to workaround error in the latest version (#95) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a72a111..51bebcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: -p semantic-release@17 \ -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ - -p @google/semantic-release-replace-plugin@1 \ + -p @google/semantic-release-replace-plugin@1.2.0 \ -p @semantic-release/exec@5 \ semantic-release --dry-run @@ -83,6 +83,6 @@ jobs: -p semantic-release@17 \ -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ - -p @google/semantic-release-replace-plugin@1 \ + -p @google/semantic-release-replace-plugin@1.2.0 \ -p @semantic-release/exec@5 \ semantic-release