diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91b8c0e..b894dc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,6 @@ jobs: node-version: 18 - name: Create release - run: npx --package conventional-changelog-conventionalcommits@7.0.2 --package semantic-release@22.0.1 semantic-release + run: npx --package conventional-changelog-conventionalcommits@7.0.2 --package semantic-release@22.0.5 semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}