From b6435f5d0509ccdb4758df735a0120f3642c52c3 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Thu, 9 Nov 2023 11:07:40 -0800 Subject: [PATCH] update umm update to have umm version --- .github/workflows/build-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index baddbc59..ddeb4460 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -141,7 +141,7 @@ jobs: git tag -a "${{ env.software_version }}" -m "Version ${{ env.software_version }}" git push origin "${{ env.software_version }}" - name: Publish UMM-S with new version - uses: podaac/cmr-umm-updater@0.5.0 + uses: podaac/cmr-umm-updater@feature/umm_version if: | github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') @@ -154,6 +154,7 @@ jobs: disable_removal: 'true' umm_type: 'umm-s' use_associations: 'false' + umm_version: '1.5.2' env: LAUNCHPAD_TOKEN_SIT: ${{secrets.LAUNCHPAD_TOKEN_SIT}} LAUNCHPAD_TOKEN_UAT: ${{secrets.LAUNCHPAD_TOKEN_UAT}}