Skip to content

Commit

Permalink
Upgrade cmr umm updater to 0.2.1 (#23)
Browse files Browse the repository at this point in the history
* Update changelog

* Upgrade cmr-umm-updater to 0.2.1
  • Loading branch information
skorper authored Mar 16, 2022
1 parent 3891ba5 commit f491c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
tag: ${{ env.software_version }}
message: "Version ${{ env.software_version }}"
- name: Publish UMM-S with new version
uses: podaac/cmr-umm-updater@0.1.1
uses: podaac/cmr-umm-updater@0.2.1
if: |
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/heads/release')
Expand All @@ -136,6 +136,7 @@ jobs:
provider: 'POCLOUD'
env: ${{ env.venue }}
version: ${{ env.software_version }}
timeout: 60
env:
cmr_user: ${{secrets.CMR_USER}}
cmr_pass: ${{secrets.CMR_PASS}}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Handle empty granule files.
- [issue-14](https://github.com/podaac/concise/issues/14): Added support
for concatenating granules together that have different variables
- Added `timeout` option to `cmr-umm-updater`
### Changed
- Upgraded `cmr-umm-updater` to 0.2.1
### Deprecated
### Removed
### Fixed
Expand Down

0 comments on commit f491c5e

Please sign in to comment.