diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index fe0f3790..afadcb94 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -142,7 +142,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.3.0 + uses: podaac/cmr-umm-updater@0.5.0 if: | github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') @@ -153,6 +153,8 @@ jobs: version: ${{ env.software_version }} timeout: 60 disable_removal: 'true' + umm_type: 'umm-s' + use_associations: 'false' env: LAUNCHPAD_TOKEN_SIT: ${{secrets.LAUNCHPAD_TOKEN_SIT}} LAUNCHPAD_TOKEN_UAT: ${{secrets.LAUNCHPAD_TOKEN_UAT}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 958f8729..ef734199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [issue/182](https://github.com/podaac/l2ss-py/issues/182): Update code so doesn't remove '/' on attribute values. - [issue/178](https://github.com/podaac/l2ss-py/issues/178): Add function to make sure dimension in subset is same as original file +- Update github action umm updater to 0.5.0 ### Deprecated ### Removed ### Fixed