diff --git a/action.yml b/action.yml index 838fa7b..2f1f97d 100644 --- a/action.yml +++ b/action.yml @@ -119,7 +119,7 @@ inputs: default: custom runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.24.5 + image: docker://ghcr.io/juliaregistries/tagbot:1.24.6 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index 7240fc9..c2ab500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.24.5" +version = "1.24.6" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"