Skip to content

Commit

Permalink
[CD] Commit all changed files in post release version incrementer
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jan 15, 2020
1 parent 789c714 commit 9a935ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasePublisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a935ff

Please sign in to comment.