Skip to content

Commit

Permalink
fix TagBot.yml for GNNlib
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 9, 2024
1 parent d886203 commit 2fa5fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fa5fb6

Please sign in to comment.