From 96642d8bc3b479f9c3e1edee23a4e2a20ab12dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 04:02:39 +0000 Subject: [PATCH] Bump mathieudutour/github-tag-action from 5.6 to 6.0 Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 5.6 to 6.0. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v5.6...v6.0) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-major ... 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 0c1f457925..e8bad292c0 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@v5.6 + uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.BOT_PAT }} tag_prefix: v