diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc6c17b..81319a9 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@6.1.0 --package semantic-release@21.0.7 semantic-release + run: npx --package conventional-changelog-conventionalcommits@6.1.0 --package semantic-release@21.0.8 semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}