Skip to content

Commit

Permalink
Updating POM version to rc.4, so rc.5 would be made, and adding in gi…
Browse files Browse the repository at this point in the history
…thub global account info for commit
  • Loading branch information
hkryeung authored Nov 26, 2024
1 parent f0d022f commit 0f4acdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,7 @@ jobs:
github.ref == 'refs/heads/master' ||
startsWith(github.ref, 'refs/heads/release')
run: |
git config --global user.name 'podaac-cloud-IandA'
git config --global user.email '[email protected]'
git commit -m "/version ${{ env.software_version }} [skip actions]" pom.xml
git push
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>gov.nasa.cumulus</groupId>
<artifactId>cnm-response</artifactId>
<version>3.0.0-rc.3</version>
<version>3.0.0-rc.4</version>
<packaging>jar</packaging>

<name>cnm-response</name>
Expand Down

0 comments on commit 0f4acdb

Please sign in to comment.