Skip to content

Commit b2b6ed2

Browse files
authored
Add python and go extension to publish workflow
Add python and go extension to publish workflow
1 parent 475fce3 commit b2b6ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
fail-fast: false
105105
matrix:
106-
language: ["csharp", "java"]
106+
language: ["csharp", "java", "python", "go"]
107107

108108
steps:
109109
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)