From 1ef428d2dfb5077cd3471b5fe80d405446bdf4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:52:35 +0000 Subject: [PATCH] Bump anton-yurchenko/git-release from 5.0 to 6.0 Bumps [anton-yurchenko/git-release](https://github.com/anton-yurchenko/git-release) from 5.0 to 6.0. - [Release notes](https://github.com/anton-yurchenko/git-release/releases) - [Changelog](https://github.com/anton-yurchenko/git-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/anton-yurchenko/git-release/compare/v5.0...v6.0) --- updated-dependencies: - dependency-name: anton-yurchenko/git-release 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 77094e33d5..2a16dec7ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Github Release - uses: anton-yurchenko/git-release@v5.0 + uses: anton-yurchenko/git-release@v6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} DRAFT_RELEASE: "false"