Skip to content

Commit

Permalink
Merge pull request #410 from oliver-sanders/fix-deploy
Browse files Browse the repository at this point in the history
deploy: fix workflow
  • Loading branch information
MetRonnie authored Feb 21, 2022
2 parents 04604f2 + 8a3acbd commit b186aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-conda-envs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# get cylc version...
if [[ -z '${{ inputs.cylc_flow_version }}' ]]; then
# ... from cylc library
CYLC_RELEASE="$(python src/lib/cylc_release.py)"
CYLC_RELEASE="$(python ./docs/src/lib/cylc_release.py)"
else
# ... from GitHub action input
CYLC_RELEASE="${{ inputs.cylc_flow_version }}"
Expand Down

0 comments on commit b186aa7

Please sign in to comment.