Skip to content

Commit

Permalink
Change git user info
Browse files Browse the repository at this point in the history
  • Loading branch information
colecu committed Feb 7, 2024
1 parent 4259e3e commit 721d650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 '[email protected]'
git config --global user.name 'NSIDC'
git config --global user.email '[email protected]'
git commit -m "/version ${{ env.software_version }} [skip actions]" pom.xml
git push
git push

0 comments on commit 721d650

Please sign in to comment.