From 67f0059f4796c2939529f040010c8f3a18b5e10f Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Sat, 9 May 2026 10:15:00 -0400 Subject: [PATCH] fix(ci): specify language, container-tag, and registry-publish in publish-release caller Required by standard-actions #412. Ref wphillipmoore/standard-actions#412 Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com> --- .github/workflows/publish-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1c17c52..2ca6483 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -13,4 +13,8 @@ permissions: jobs: publish: uses: wphillipmoore/standard-actions/.github/workflows/publish-release.yml@v1.5 + with: + language: python + container-tag: "3.14" + registry-publish: true secrets: inherit