Skip to content

Commit be2b89e

Browse files
wphillipmoorewphillipmoore-claude
andauthored
fix(ci): specify language, container-tag, and registry-publish in publish-release caller (#491)
Required by standard-actions #412. Ref vergil-project/vergil-actions#412 Co-authored-by: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
1 parent a41d839 commit be2b89e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ permissions:
1313
jobs:
1414
publish:
1515
uses: wphillipmoore/standard-actions/.github/workflows/publish-release.yml@v1.5
16+
with:
17+
language: python
18+
container-tag: "3.14"
19+
registry-publish: true
1620
secrets: inherit

0 commit comments

Comments
 (0)