diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 160b31b941..8260aefd51 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@21.0.9 + - run: npx semantic-release@21.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}