Skip to content

Commit

Permalink
Add missing -m flag to conda render (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Apr 22, 2021
1 parent a76f4f9 commit a1a7486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ source ${SCRIPT_DIR}/macos-conda-build.sh $*
mamba install -y conda-channel-client

if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
upload-conda-package $(conda render .ci_support/${CONDA_BUILD_YML}.yaml --output conda.recipe)
upload-conda-package $(conda render -m .ci_support/${CONDA_BUILD_YML}.yaml --output conda.recipe)
fi

0 comments on commit a1a7486

Please sign in to comment.