mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 21:22:39 +07:00
Tag does not trigger rebuild - maybe now it will
This commit is contained in:
parent
4b597a3c9d
commit
0af8cb60a5
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -54,6 +54,10 @@ jobs:
|
||||
# })
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with: # Required for triggering the deploy on tags added by this automation
|
||||
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
|
||||
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
- name: Increment version and release
|
||||
|
Loading…
Reference in New Issue
Block a user