From 69357f99dd5c41bab6f5e454549a4bc8d58794bd Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 3 May 2024 23:40:26 +0000 Subject: [PATCH] ci: pin semantic-release-config until this fix is released --- .github/workflows/ci.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f8d936..ecdf55e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,19 +4,6 @@ on: pull_request: {} jobs: - release-notes: - name: Release notes preview - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: ./lint-release-notes - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - extra-plugins: | - @open-turo/semantic-release-config lint: name: Lint runs-on: ubuntu-latest @@ -25,7 +12,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} semantic-release-extra-plugins: | - @open-turo/semantic-release-config + @open-turo/semantic-release-config@6.1.2 test: name: Test runs-on: ubuntu-latest