Skip to content

Commit

Permalink
Merge pull request #247 from podaac/hkryeung-patch-1
Browse files Browse the repository at this point in the history
Update build-pipeline.yml
  • Loading branch information
viviant100 authored Nov 13, 2024
2 parents 274ee7e + c79451f commit 8e4c89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +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 'podaac-cloud-IandA@jpl.nasa.gov'
git config --global user.name 'podaac github bot'
git config --global user.email 'podaac@noreply.github.com'
git commit -m "/version ${{ env.software_version }} [skip actions]" pom.xml
git push

0 comments on commit 8e4c89f

Please sign in to comment.