From b73df82801f68e4218230e45992e36937a1a5e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:29:15 +0000 Subject: [PATCH] Bump pkgdeps/git-tag-action from 2 to 3 Bumps [pkgdeps/git-tag-action](https://github.com/pkgdeps/git-tag-action) from 2 to 3. - [Release notes](https://github.com/pkgdeps/git-tag-action/releases) - [Commits](https://github.com/pkgdeps/git-tag-action/compare/v2...v3) --- updated-dependencies: - dependency-name: pkgdeps/git-tag-action 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 17c764b38..8202f375a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -253,7 +253,7 @@ jobs: echo "BUILD_COMMIT=${GITHUB_SHA}" >> $GITHUB_ENV - run: echo "BUILD_VERSION=${VERSION}-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV - name: package-version-to-git-tag + build number - uses: pkgdeps/git-tag-action@v2 + uses: pkgdeps/git-tag-action@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_repo: ${{ github.repository }}