From 210a7f9e976f609e65d3035f215bf8fceb401dc6 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 3 Jan 2024 17:43:20 +0000 Subject: [PATCH] ci: pin semantic-release version for now --- .github/workflows/ci.yaml | 4 +++- .github/workflows/release.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a865a0d..5a021d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: uses: ./lint with: github-token: ${{ secrets.GITHUB_TOKEN }} + semantic-release-extra-plugins: | + @open-turo/semantic-release-config@4.0.3 test: name: Test @@ -43,4 +45,4 @@ jobs: checkout-repo: false dry-run: true extra-plugins: | - @open-turo/semantic-release-config + @open-turo/semantic-release-config@4.0.3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f3964f..f91710e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: extra-plugins: | - @open-turo/semantic-release-config + @open-turo/semantic-release-config@4.0.3