Skip to content

Commit b186aa7

Browse files
authored
Merge pull request #410 from oliver-sanders/fix-deploy
deploy: fix workflow
2 parents 04604f2 + 8a3acbd commit b186aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-conda-envs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
# get cylc version...
1818
if [[ -z '${{ inputs.cylc_flow_version }}' ]]; then
1919
# ... from cylc library
20-
CYLC_RELEASE="$(python src/lib/cylc_release.py)"
20+
CYLC_RELEASE="$(python ./docs/src/lib/cylc_release.py)"
2121
else
2222
# ... from GitHub action input
2323
CYLC_RELEASE="${{ inputs.cylc_flow_version }}"

0 commit comments

Comments
 (0)