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}}