From 83f7e42e4672ddd174da298d04ba26b748369813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:53:02 +0000 Subject: [PATCH] Bump azu/action-package-version-to-git-tag from 2 to 3 Bumps [azu/action-package-version-to-git-tag](https://github.com/azu/action-package-version-to-git-tag) from 2 to 3. - [Release notes](https://github.com/azu/action-package-version-to-git-tag/releases) - [Commits](https://github.com/azu/action-package-version-to-git-tag/compare/v2...v3) --- updated-dependencies: - dependency-name: azu/action-package-version-to-git-tag dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba1c172..b99b71f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -186,7 +186,7 @@ jobs: # Create git tag - name: Create Git Tag - uses: azu/action-package-version-to-git-tag@v2 + uses: azu/action-package-version-to-git-tag@v3 with: version: ${{ env.CURRENT_VERSION }} github_token: ${{ secrets.GITHUB_TOKEN }}