diff --git a/.github/workflows/releasePublisher.yml b/.github/workflows/releasePublisher.yml index 6502576..1481588 100644 --- a/.github/workflows/releasePublisher.yml +++ b/.github/workflows/releasePublisher.yml @@ -49,7 +49,7 @@ jobs: git config --local user.name "GitHub Action - Version Incrementer" git remote set-url origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git" - git add wvWare/build.gradle + git add wvWare/build.gradle README.md sample-app/app/build.gradle if git commit -m "PostRelease version increment" then