From f01f2be278fa68e5af1ea2570eb81a5582b6751a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:21:56 +0000 Subject: [PATCH] deps(internal): update dependency semantic-release to v22.0.5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}