From bee314eae08f28d6450bf06a4089dd71533b1b91 Mon Sep 17 00:00:00 2001 From: Asmodat Date: Mon, 1 Jan 2024 19:23:01 +0000 Subject: [PATCH] Update main.yml fix dependency issue --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc64b0b..f1e270d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -114,7 +114,7 @@ jobs: ls -a1 "${{env.RELEASE}}" - name: Delete old release if: env.SOURCE_BRANCH == 'master' - uses: dev-drprasad/delete-tag-and-release@v0.2.0 + uses: dev-drprasad/delete-tag-and-release@v0.2.1 with: tag_name: "${{env.VERSION}}" delete_release: true @@ -173,4 +173,4 @@ jobs: continue-on-error: true run: | cd ${GITHUB_WORKSPACE} && rm -rfv ./* - echo "(current dir): $PWD" && ls -l ./ \ No newline at end of file + echo "(current dir): $PWD" && ls -l ./