From 2ae3a8e4af5c3415bfd2d763a4462fac1573a600 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 3 Jan 2024 18:29:53 +0000 Subject: [PATCH] ci: remove pinned semantic-release-config version --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a021d6..16f99c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} semantic-release-extra-plugins: | - @open-turo/semantic-release-config@4.0.3 + @open-turo/semantic-release-config test: name: Test @@ -45,4 +45,4 @@ jobs: checkout-repo: false dry-run: true extra-plugins: | - @open-turo/semantic-release-config@4.0.3 + @open-turo/semantic-release-config diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f91710e..0f3964f 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@4.0.3 + @open-turo/semantic-release-config