From 41f3a43d9d83408fae1a8686aedf81223a9c988b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 21:23:24 +0000 Subject: [PATCH] Build: Bump dev-drprasad/delete-tag-and-release Bumps [dev-drprasad/delete-tag-and-release](https://github.com/dev-drprasad/delete-tag-and-release) from 0885ecc4123e071dd1a8be04d3a0578f5390581c to 7550ea180f81ca0a875ee3c135b1f72ef66ff4b1. - [Release notes](https://github.com/dev-drprasad/delete-tag-and-release/releases) - [Commits](https://github.com/dev-drprasad/delete-tag-and-release/compare/0885ecc4123e071dd1a8be04d3a0578f5390581c...7550ea180f81ca0a875ee3c135b1f72ef66ff4b1) --- updated-dependencies: - dependency-name: dev-drprasad/delete-tag-and-release dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index d46ae1431e..b00da2c08c 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -88,7 +88,7 @@ jobs: - name: Remove release ${{steps.get-build-vars.outputs.RELEASE_TAG}}, if existing if: steps.get-build-vars.outputs.PUBLISH_TO_RELEASE == 'true' continue-on-error: true - uses: dev-drprasad/delete-tag-and-release@0885ecc4123e071dd1a8be04d3a0578f5390581c + uses: dev-drprasad/delete-tag-and-release@7550ea180f81ca0a875ee3c135b1f72ef66ff4b1 with: delete_release: true tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}