From 30ab1c50e54ffd571b28ec97e7d2d9cd892fbd13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 03:01:47 +0000 Subject: [PATCH] build(deps): bump mukunku/tag-exists-action from 1.6.0 to 1.7.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/bdad1eaa119ce71b150b952c97351c75025c06a9...5c39604fe8aef7e65acb6fbcf96ec580f7680313) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 4185dcda..a7f913ad 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -25,7 +25,7 @@ jobs: - name: Check if version tag already exists id: version_tag - uses: mukunku/tag-exists-action@bdad1eaa119ce71b150b952c97351c75025c06a9 + uses: mukunku/tag-exists-action@5c39604fe8aef7e65acb6fbcf96ec580f7680313 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: