From ca46427999f20d1d4d5ac68c1da40570c07d82f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:12:47 +0000 Subject: [PATCH] Bump mathieudutour/github-tag-action from 6.0 to 6.1 Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 6.0 to 6.1. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v6.0...v6.1) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-push-tag-and-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-push-tag-and-draft.yml b/.github/workflows/release-push-tag-and-draft.yml index ae251e3330fd4..a89d2bb3fc2d6 100644 --- a/.github/workflows/release-push-tag-and-draft.yml +++ b/.github/workflows/release-push-tag-and-draft.yml @@ -33,7 +33,7 @@ jobs: # - https://github.community/t/github-actions-workflow-not-triggering-with-tag-push/17053/7 - name: Bump Version and Push Tag id: tag_version - uses: mathieudutour/github-tag-action@v6.0 + uses: mathieudutour/github-tag-action@v6.1 with: github_token: ${{ secrets.BOT_PAT }} tag_prefix: v