1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

release workflow: checkout master to update readme

This commit is contained in:
Rene Schallner 2023-05-22 02:08:46 +02:00
parent 07cc47ff3e
commit d624263e81

View file

@ -51,10 +51,11 @@ jobs:
- name: Commit and push if it has changed
run: |
git diff
git checkout master
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -am "Update README"
git push
git push origin master
- name: Create Release
id: create_release