Skip to content

Commit

Permalink
Update ant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontuori committed Jun 12, 2024
1 parent 0cb8fc9 commit 32d143a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
run: mkdir lib
- name: Build with Ant
run: ant -noinput -buildfile build.xml makezip
- name: Push deployment file back to repo
run: |
git config --global user.email "git@github.com"
git config --global user.name "GITHUB Action"
git add deploy
git commit -m 'updated build from GITHUB action'
git push

0 comments on commit 32d143a

Please sign in to comment.