diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 95332917f2..7471f1e78f 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@8cd619d00037e4aeb781909c9a6b03940507d0da with: delete_release: true tag_name: ${{ steps.get-build-vars.outputs.RELEASE_TAG }}