From 27e5df4c4b0a4b0153b1533a092b42425acc9a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:08:18 +0200 Subject: [PATCH] chore(deps): Bump dev-drprasad/delete-tag-and-release from 1.0 to 1.1 (#469) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test-release.yaml b/.github/workflows/nightly-test-release.yaml index 031b457d..a3344e1a 100644 --- a/.github/workflows/nightly-test-release.yaml +++ b/.github/workflows/nightly-test-release.yaml @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: dev-drprasad/delete-tag-and-release@v1.0 + - uses: dev-drprasad/delete-tag-and-release@v1.1 with: tag_name: ${{ env.RELEASE_TAG }} github_token: ${{ secrets.GITHUB_TOKEN }}