Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ inputs:
default: custom
runs:
using: docker
image: docker://ghcr.io/juliaregistries/tagbot:1.24.6@sha256:c35647e03a97e01b929473e4713315df5a09cdd94c25e514c20b26b65d887f2e
image: docker://ghcr.io/juliaregistries/tagbot:1.24.7@sha256:9839dc8452a67365e386e9f72a5b2860973dd7c7b6712489b7f09fae9b3b087e
branding:
icon: tag
color: red
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tagbot"
version = "1.24.6"
version = "1.24.7"
description = "Creates tags, releases, and changelogs for your Julia packages when they're registered"
authors = ["Chris de Graaf <me@cdg.dev>"]
license = "MIT"
Expand Down