Skip to content

Commit 4c873b0

Browse files
authored
Fix releaser getting the latest release tag to download artifacts from (#754)
1 parent b8bbfb1 commit 4c873b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
description: 'Release tag'
1111
default: 'latest'
1212
type: string
13-
checkout_ref:
14-
description: 'Ref to checkout for doc index (default to current branch)'
15-
default: ''
16-
type: string
1713

1814
env:
1915
DOCUMENTATION_CNAME: 'post.docs.pyansys.com'
@@ -66,7 +62,7 @@ jobs:
6662

6763
upload_docs_release:
6864
name: "Upload release documentation"
69-
needs: [Publish_to_PyPI]
65+
needs: [Publish_to_PyPI, get_latest_tag]
7066
runs-on: ubuntu-latest
7167
steps:
7268
- name: "Download Release Asset - HTML"

0 commit comments

Comments
 (0)