From c0128759def27a232c7ce27d8dba85b40a162b81 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 28 Jun 2023 03:51:52 +0000 Subject: [PATCH] ci(release): temporarily pin semantic-release config to 1.4.0 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bdb97ee..0b5666d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: uses: cycjimmy/semantic-release-action@v3 with: extra_plugins: | - @open-turo/semantic-release-config + @open-turo/semantic-release-config@^1.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Major branch