diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17e5e745dc..bbccb7b22f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,6 @@ jobs: cache: npm - run: npm clean-install - run: npm audit signatures - - run: npx semantic-release@22.0.11 + - run: npx semantic-release@22.0.12 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}