Skip to content

Commit

Permalink
add tagbot
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed May 19, 2021
1 parent f5a364e commit 439c5db
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 = "ExprRules"
uuid = "e7058ba0-a568-556c-b31a-209ee9d855a8"
authors = ["Ritchie Lee <[email protected]>", "Mykel Kochenderfer <[email protected]>"]
version = "0.4.2"
version = "0.4.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

0 comments on commit 439c5db

Please sign in to comment.