From 8833950571b2a98546a35ce9c6b34cac943eceaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 05:28:43 +0000 Subject: [PATCH] build(deps): bump codfish/semantic-release-action from 1 to 2 Bumps [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) from 1 to 2. - [Release notes](https://github.com/codfish/semantic-release-action/releases) - [Commits](https://github.com/codfish/semantic-release-action/compare/v1...v2) --- updated-dependencies: - dependency-name: codfish/semantic-release-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97968fc..98fd86f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: run: npm run build - name: Semantic release - uses: codfish/semantic-release-action@v1 + uses: codfish/semantic-release-action@v2 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_NAME: '${{ github.actor }}'