From 7c42bf079bb60c5fd3f2286e190c428f1ca94222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:29:14 +0000 Subject: [PATCH] GitHub Actions: Bump dev-drprasad/delete-tag-and-release from 1.0 to 1.1 Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 1.0 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...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/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 786cc42..b25981e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -64,7 +64,7 @@ jobs: uses: "WyriHaximus/github-action-get-previous-tag@v1" - name: Clean Snapshot - uses: dev-drprasad/delete-tag-and-release@v1.0 + uses: dev-drprasad/delete-tag-and-release@v1.1 if: ${{ endsWith(steps.previoustag.outputs.tag, '-SNAPSHOT') }} with: tag_name: ${{ steps.previoustag.outputs.tag }}