Skip to content

Commit

Permalink
- updated publish umm-s step in build pipeline (#44)
Browse files Browse the repository at this point in the history
- updated changelog

Co-authored-by: Zoltan Miskolci <zoltan.miskolci@jpl.nasa.gov>
  • Loading branch information
Phoeneix and Zoltan Miskolci authored Aug 18, 2022
1 parent 7672310 commit 384974a
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 @@ -131,7 +131,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.2.1
uses: podaac/cmr-umm-updater@0.2.3
if: |
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/heads/release')
Expand All @@ -141,6 +141,7 @@ jobs:
env: ${{ env.venue }}
version: ${{ env.software_version }}
timeout: 60
disable_removal: 'true'
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 @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed branch restriction from jupyter-test workflow on success notebook pass
- Updated token handling for association removal
- Some log formatting for jupyter-test workflow
- PODAAC-4660
- Updated cmr-umm-updater to newer version and added input argument to disable association removal
### Changed
### Deprecated
### Removed
Expand Down

0 comments on commit 384974a

Please sign in to comment.