We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505fe5d commit 1f952aeCopy full SHA for 1f952ae
1 file changed
.github/workflows/python_deploy_prod.yml
@@ -26,8 +26,8 @@ concurrency:
26
jobs:
27
call-workflow-conda-release:
28
name: Publish production Conda package on JFrog Artifactory
29
- uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
30
if: ${{ github.event_name == 'release' || github.event.inputs.publish-conda == 'true' }}
+ uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-release_conda_assets.yml@main
31
with:
32
virtual-repo-names: '["geology-conda-prod", "geophysics-conda-prod"]'
33
release-tag: ${{ github.event.release.tag_name || github.event.inputs.release-tag }}
0 commit comments