Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokazama committed Feb 8, 2020
2 parents 34ba005 + 838fe94 commit 7fb4095
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FieldProperties"
uuid = "127e4479-4c95-493a-afaa-609d38175b70"
authors = ["zchristensen "]
version = "0.5.0"
version = "0.5.1"

[deps]
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand Down

0 comments on commit 7fb4095

Please sign in to comment.