1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 23:24:09 +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 - name: Commit and push if it has changed
run: | run: |
git diff git diff
git checkout master
git config --local user.email "action@github.com" git config --local user.email "action@github.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git commit -am "Update README" git commit -am "Update README"
git push git push origin master
- name: Create Release - name: Create Release
id: create_release id: create_release