Fix github actions
This commit is contained in:
parent
8dce6ca21e
commit
c5cb113f66
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -146,6 +146,8 @@ jobs:
|
|||
|
||||
git add .
|
||||
git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG"
|
||||
git config user.name "$GITHUB_ACTOR CI/CD"
|
||||
git config user.email "$(git log --pretty=format:'%ae' | head -n 1)"
|
||||
git push
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue