mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-06 09:08:17 +07:00
Try using git commit created by other people
This commit is contained in:
parent
84e1c03547
commit
3cf710cc58
15
.github/workflows/uncivbot.yml
vendored
15
.github/workflows/uncivbot.yml
vendored
@ -54,12 +54,19 @@ jobs:
|
|||||||
- name: Increment version and release
|
- name: Increment version and release
|
||||||
run: |
|
run: |
|
||||||
export version=$(node .github/workflows/incrementVersionAndChangelog.js)
|
export version=$(node .github/workflows/incrementVersionAndChangelog.js)
|
||||||
|
echo "VERSION=$version" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
git add .
|
# git config user.name "GitHub Actions - autopatch"
|
||||||
git commit -m "$version"
|
# git config user.email "<>"
|
||||||
git tag $version
|
# git add .
|
||||||
git push origin --tags
|
# git commit -m "$version"
|
||||||
|
# git tag $version
|
||||||
|
# git push origin --tags
|
||||||
|
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
|
with:
|
||||||
|
commit_message: ${{env.VERSION}}
|
||||||
|
tagging_message: ${{env.VERSION}}
|
||||||
|
|
||||||
merge_translations:
|
merge_translations:
|
||||||
if: github.event_name == 'workflow_dispatch' || (github.event.comment.body == 'merge translations' && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association))
|
if: github.event_name == 'workflow_dispatch' || (github.event.comment.body == 'merge translations' && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association))
|
||||||
|
Loading…
Reference in New Issue
Block a user