Skip to content

Commit

Permalink
Fix releaser getting the latest release tag to download artifacts from (
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Nov 18, 2024
1 parent b8bbfb1 commit 4c873b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4c873b0

Please sign in to comment.