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