Skip to content

Commit

Permalink
Tag does not trigger rebuild - maybe now it will
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Nov 28, 2023
1 parent 4b597a3 commit 0af8cb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/uncivbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0af8cb6

Please sign in to comment.