Skip to content

Commit d1d02d8

Browse files
authored
Update publish.yml
1 parent 023a88b commit d1d02d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
if: |
7474
steps.publish-umm-s.outcome == 'failure'
7575
with:
76-
umm-json: 'cmr/swodlr_umm_s.json'
76+
umm-json: 'cmr/swodlr_umm_s_${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}.json'
7777
provider: 'POCLOUD'
7878
env: ${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}
7979
version: ${{ env.VERSION }}
8080
timeout: 60
8181
disable_removal: 'true'
8282
umm_type: 'umm-s'
83-
use_associations: 'false'
83+
use_associations: 'true'
8484
umm_version: 1.5.3
8585
url_value: ${{ env.RECORD_BASE_URL }}
8686
env:

0 commit comments

Comments
 (0)