From da4d019ced9eb6ea3363354f01e0616998d427c1 Mon Sep 17 00:00:00 2001 From: fuqunaga Date: Mon, 26 Feb 2024 16:42:36 +0900 Subject: [PATCH] Update Publish.yml --- .github/workflows/Publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index caee539..a3e8e6a 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -34,7 +34,7 @@ jobs: @semantic-release/changelog@6 @semantic-release/git extends: | - semantic-release-monorepo + semantic-release-monorepo@7.0.8 dry_run: ${{ inputs.dry_run }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}