We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023a88b commit d1d02d8Copy full SHA for d1d02d8
.github/workflows/publish.yml
@@ -73,14 +73,14 @@ jobs:
73
if: |
74
steps.publish-umm-s.outcome == 'failure'
75
with:
76
- umm-json: 'cmr/swodlr_umm_s.json'
+ umm-json: 'cmr/swodlr_umm_s_${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}.json'
77
provider: 'POCLOUD'
78
env: ${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}
79
version: ${{ env.VERSION }}
80
timeout: 60
81
disable_removal: 'true'
82
umm_type: 'umm-s'
83
- use_associations: 'false'
+ use_associations: 'true'
84
umm_version: 1.5.3
85
url_value: ${{ env.RECORD_BASE_URL }}
86
env:
0 commit comments