This commit is contained in:
samuele-cozzi 2023-03-04 02:13:12 +01:00 committed by GitHub
parent 1b4c0e0262
commit 02cbf5a549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,9 +38,9 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git branch --show-current
git add .
git add manifest.json
git status
git commit --amend
git commit -m updateVersion
git pull
# push the commit
- name: Push changes