From 2fa5fb68445750ac65e75bafe91f0d9b557f21aa Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Mon, 9 Dec 2024 11:48:45 +0100 Subject: [PATCH] fix TagBot.yml for GNNlib --- .github/workflows/TagBot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index ddc59db19..9f7aca91c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -31,12 +31,12 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} subdir: GraphNeuralNetworks - - name: Tag GNNLib + - name: Tag GNNlib uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} - subdir: GNNLib + subdir: GNNlib - name: Tag GNNGraphs uses: JuliaRegistries/TagBot@v1 with: