Skip to content

Commit

Permalink
Update TagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Jul 28, 2022
1 parent 4bbcd96 commit f1ad8c0
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
@@ -1,4 +1,4 @@
name: TagBot
name: Julia TagBot
on:
schedule:
- cron: 0 0 * * *
Expand All @@ -7,6 +7,6 @@ jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
- uses: JuliaRegistries/TagBot@v1.10.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1ad8c0

Please sign in to comment.