From 9860ecfca99838a80e098fbc04ccc2d2772ad583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:29:48 +0000 Subject: [PATCH] Bump dev-drprasad/delete-tag-and-release from 0.2.1 to 1.0.1 Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 0.2.1 to 1.0.1. - [Release notes](https://github.com/dev-drprasad/delete-tag-and-release/releases) - [Commits](https://github.com/dev-drprasad/delete-tag-and-release/compare/v0.2.1...v1.0.1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-release-version.yml b/.github/workflows/check-release-version.yml index 12e033c..e3866cb 100644 --- a/.github/workflows/check-release-version.yml +++ b/.github/workflows/check-release-version.yml @@ -46,7 +46,7 @@ jobs: # Step 4: Delete the release if the versions don't match - name: Delete release if failed if: ${{ steps.compare_version.outputs.version != steps.get_latest_release.outputs.release }} - uses: dev-drprasad/delete-tag-and-release@v0.2.1 + uses: dev-drprasad/delete-tag-and-release@v1.0.1 with: tag_name: ${{ steps.get_latest_release.outputs.release }} github_token: ${{ secrets.GITHUB_TOKEN }}