diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecdf55e..7045ac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} semantic-release-extra-plugins: | - @open-turo/semantic-release-config@6.1.2 + @open-turo/semantic-release-config test: name: Test runs-on: ubuntu-latest diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30b02ef..c41a81b 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@6.1.2 + @open-turo/semantic-release-config