From 8a7b9500d284dae71d9b8b10e06d291edcf7a26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:07:59 +0000 Subject: [PATCH] Bump dev-drprasad/delete-tag-and-release from 1.0.1 to 1.1 Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 1.0.1 to 1.1. - [Release notes](https://github.com/dev-drprasad/delete-tag-and-release/releases) - [Commits](https://github.com/dev-drprasad/delete-tag-and-release/compare/v1.0.1...v1.1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ead482ad..e263a47b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -526,7 +526,7 @@ jobs: needs: [test-macos, test-linux, build-debs] steps: - name: "Delete current tip release & tag" - uses: dev-drprasad/delete-tag-and-release@v1.0.1 + uses: dev-drprasad/delete-tag-and-release@v1.1 with: delete_release: true tag_name: tip