Skip to content

Commit da659ec

Browse files
Release 1.19.2 (#335)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 0293198 commit da659ec

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
@@ -111,7 +111,7 @@ inputs:
111111
required: false
112112
runs:
113113
using: docker
114-
image: docker://ghcr.io/juliaregistries/tagbot:1.19.1
114+
image: docker://ghcr.io/juliaregistries/tagbot:1.19.2
115115
branding:
116116
icon: tag
117117
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.19.1"
3+
version = "1.19.2"
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)