From 3e5c8e2b4c4d1821463649ad48bef586f372f008 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 3 Jan 2024 17:38:13 +0000 Subject: [PATCH] ci: temporarily pin semantic-release-config --- .github/workflows/ci.yaml | 6 +++++- .github/workflows/release.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9016c9..ba67565 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,8 @@ jobs: - uses: ./lint-release-notes with: github-token: ${{ secrets.GITHUB_TOKEN }} + extra-plugins: | + @open-turo/semantic-release-config@4.0.3 lint: name: Lint runs-on: ubuntu-latest @@ -22,6 +24,8 @@ jobs: - uses: open-turo/actions-gha/lint@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} + semantic-release-extra-plugins: | + @open-turo/semantic-release-config@4.0.3 test: name: Test runs-on: ubuntu-latest @@ -36,4 +40,4 @@ jobs: override-github-ref-name: ${{ github.event.pull_request.head.ref }} 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 c41a81b..823cbc9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,4 +30,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} extra-plugins: | - @open-turo/semantic-release-config + @open-turo/semantic-release-config@4.0.3