Skip to content

Commit

Permalink
Rel 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Nov 13, 2020
1 parent e70fe25 commit b90a12c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Jags"
uuid = "7de783dc-89a7-511c-b223-597fcba0cc71"
repo = "https://github.com/goedman/Jags.jl.git"
version = "3.0.6"
version = "3.0.7"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit b90a12c

Please sign in to comment.