From f79485511cadfb271b0904576e9a098d897e2c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 04:49:43 +0000 Subject: [PATCH] deps(internal): update dependency semantic-release to v21.1.0 --- .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 a554fab..6baaf52 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@21.0.9 semantic-release + run: npx --package conventional-changelog-conventionalcommits@6.1.0 --package semantic-release@21.1.0 semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}