diff --git a/action.yml b/action.yml index 73bb91f0..f508f309 100644 --- a/action.yml +++ b/action.yml @@ -101,7 +101,7 @@ inputs: required: false runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.17.0 + image: docker://ghcr.io/juliaregistries/tagbot:1.18.0 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index 219ac99d..8d5333cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.17.0" +version = "1.18.0" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"