diff --git a/action.yml b/action.yml index 2aa9c1b9..b01a2839 100644 --- a/action.yml +++ b/action.yml @@ -111,7 +111,7 @@ inputs: required: false runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.20.2 + image: docker://ghcr.io/juliaregistries/tagbot:1.20.3 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index 832eae7f..13971d89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.20.2" +version = "1.20.3" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"