diff --git a/action.yml b/action.yml index 9567c08..ae636a9 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.0 + image: docker://ghcr.io/juliaregistries/tagbot:1.24.1 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index f4f2f04..91c23ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.24.0" +version = "1.24.1" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"