diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 95332917f2..65b46da854 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@085c6969f18bad0de1b9f3fe6692a3cd01f64fe5 + uses: dev-drprasad/delete-tag-and-release@7550ea180f81ca0a875ee3c135b1f72ef66ff4b1 with: delete_release: true tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}