From 59d6700e1d1f87a555af64d4855f1d1ef4170251 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Mon, 16 Dec 2019 09:15:57 +0700 Subject: [PATCH] Use the TagBot dev branch TODO: revert this when TagBot works properly. --- .github/workflows/TagBot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 150f0c4..14c9eef 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -6,7 +6,6 @@ jobs: TagBot: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: JuliaRegistries/TagBot@v1 + - uses: JuliaRegistries/TagBot@cdg/dev with: token: ${{ secrets.GITHUB_TOKEN }}