diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aebdea..5e43ba3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,6 +52,6 @@ jobs: node-version: 18 - name: Create release - run: npx --package conventional-changelog-conventionalcommits@6.1.0 --package semantic-release@22.0.1 semantic-release + run: npx --package conventional-changelog-conventionalcommits@6.1.0 --package semantic-release@22.0.4 semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}