From f0cdda3caa1fea462ef93d88886bae7312ec8590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:04:32 +0000 Subject: [PATCH] chore(deps): bump sitkoru/semantic-release-action from 1 to 2 Bumps [sitkoru/semantic-release-action](https://github.com/sitkoru/semantic-release-action) from 1 to 2. - [Release notes](https://github.com/sitkoru/semantic-release-action/releases) - [Commits](https://github.com/sitkoru/semantic-release-action/compare/v1...v2) --- updated-dependencies: - dependency-name: sitkoru/semantic-release-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c21a05..f322c51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Semantic Release - uses: sitkoru/semantic-release-action@v1 + uses: sitkoru/semantic-release-action@v2 env: GH_TOKEN: ${{ secrets.BOT_TOKEN }} GIT_AUTHOR_NAME: ${{ secrets.BOT_NAME }}