From 0af8cb60a5d4cc62ba08ca8ab94b1beffcb40e44 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Tue, 28 Nov 2023 11:57:40 +0200 Subject: [PATCH] Tag does not trigger rebuild - maybe now it will --- .github/workflows/uncivbot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/uncivbot.yml b/.github/workflows/uncivbot.yml index be83a2d683..b693d7ebb5 100644 --- a/.github/workflows/uncivbot.yml +++ b/.github/workflows/uncivbot.yml @@ -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