From 8f5f3a98fd099485903f5313245ba6878d6f5206 Mon Sep 17 00:00:00 2001 From: Rhys Date: Fri, 30 Jun 2023 21:39:33 +0200 Subject: [PATCH] Update publish_collection.yml (#579) --- .github/workflows/publish_collection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_collection.yml b/.github/workflows/publish_collection.yml index a16dcd55d..c23b84cb2 100644 --- a/.github/workflows/publish_collection.yml +++ b/.github/workflows/publish_collection.yml @@ -40,7 +40,7 @@ jobs: # Moving the tag leaves an orphan artifact. Just changing the artifact doesn't move the tag. - name: Delete latest tag and release - uses: dev-drprasad/delete-tag-and-release@v0.2.1 + uses: dev-drprasad/delete-tag-and-release@v1.0.1 with: delete_release: true tag_name: latest