Skip to content

Commit

Permalink
Update tagbot and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga committed Apr 8, 2021
1 parent 21144bc commit c608297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: TagBot
on:
issue_comment: # THIS BIT IS NEW
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 = "Simplices"
uuid = "d5428e67-3037-59ba-9ab1-57a04f0a3b6a"
repo = "https://github.com/JuliaDynamics/Simplices.jl.git"
version = "0.6.1"
version = "0.6.2"

[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Expand Down

0 comments on commit c608297

Please sign in to comment.