From f2ebc59f0ffe076ac7010abd72c5b551f69f3c69 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Thu, 14 Mar 2024 12:22:05 +0100 Subject: [PATCH] ci: Update mathieudutour/github-tag-action to v6.2 --- .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 b6b378d..3938c10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: false