Skip to content

Commit

Permalink
Update build-pipeline.yml
Browse files Browse the repository at this point in the history
update "Commit Version Bump" to default to whatever is available
  • Loading branch information
hkryeung authored Nov 26, 2024
1 parent 6c82878 commit 84130f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,5 @@ jobs:
github.ref == 'refs/heads/master' ||
startsWith(github.ref, 'refs/heads/release')
run: |
git config --global user.name 'podaac github bot'
git config --global user.email '[email protected]'
git commit -m "/version ${{ env.software_version }} [skip actions]" pom.xml
git push

0 comments on commit 84130f0

Please sign in to comment.