From 30a72b76667635f59143bf4a688a9164fc6479c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 18:19:32 +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 5e43ba3..1d3a558 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.4 semantic-release + run: npx --package conventional-changelog-conventionalcommits@6.1.0 --package semantic-release@22.0.5 semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}