From 1453d6105d24ba1c446ac4ebac1cd2d977e601d9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 14 Mar 2026 17:18:06 +0000 Subject: [PATCH] Release 1.24.6 --- action.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"