Skip to content

Commit eeaee6a

Browse files
Release 1.24.1 (#473)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 05a65c1 commit eeaee6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ inputs:
119119
default: custom
120120
runs:
121121
using: docker
122-
image: docker://ghcr.io/juliaregistries/tagbot:1.24.0
122+
image: docker://ghcr.io/juliaregistries/tagbot:1.24.1
123123
branding:
124124
icon: tag
125125
color: red

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tagbot"
3-
version = "1.24.0"
3+
version = "1.24.1"
44
description = "Creates tags, releases, and changelogs for your Julia packages when they're registered"
55
authors = ["Chris de Graaf <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)