From f8630626346df2055d725c56e29ae3ffce650bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:49:11 +0000 Subject: [PATCH] Bump mukunku/tag-exists-action from 1.3.0 to 1.4.0 Bumps [mukunku/tag-exists-action](https://github.com/mukunku/tag-exists-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/mukunku/tag-exists-action/releases) - [Commits](https://github.com/mukunku/tag-exists-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: mukunku/tag-exists-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 018b98e..fe02c68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: echo "COMPONENT_VERSION=$(jq -r .version custom_components/*/manifest.json)" >> $GITHUB_ENV - name: "🏷️ Check if tag exists already" - uses: mukunku/tag-exists-action@v1.3.0 + uses: mukunku/tag-exists-action@v1.4.0 id: "check_tag" with: tag: "v${{ env.COMPONENT_VERSION }}"