From 45330a0a11d403497b6d82f8e91ede5d013b0e7c Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 12 Sep 2024 00:21:58 +0000 Subject: [PATCH] fix: use latest semantic-release config --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ebae605..77b507b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,9 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: open-turo/actions-node/release@v5 + - uses: open-turo/actions-node/release@f/use_latest_semantic_release_action with: github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }} npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }} + extra-plugins: | + @open-turo/semantic-release-config@8.0.0-pr-192.184.1.1