diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b6e67c63c..17e5e745dc 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.10 + - run: npx semantic-release@22.0.11 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}