From 16c15d9d0bc68f80aa7f8a31375415d3a942a9ac Mon Sep 17 00:00:00 2001 From: PProfizi Date: Mon, 18 Nov 2024 12:25:26 +0100 Subject: [PATCH] Fix releaser getting the latest release tag to download artifacts from --- .github/workflows/releaser.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index cb70f77f9..238305af1 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -10,10 +10,6 @@ on: description: 'Release tag' default: 'latest' type: string - checkout_ref: - description: 'Ref to checkout for doc index (default to current branch)' - default: '' - type: string env: DOCUMENTATION_CNAME: 'post.docs.pyansys.com' @@ -66,7 +62,7 @@ jobs: upload_docs_release: name: "Upload release documentation" - needs: [Publish_to_PyPI] + needs: [Publish_to_PyPI, get_latest_tag] runs-on: ubuntu-latest steps: - name: "Download Release Asset - HTML"