Skip to content

Commit d1db349

Browse files
Address copilot review
1 parent 9a6df03 commit d1db349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/publish/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
lang: ["cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift"]
57+
language: ["cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift"]
5858

5959
steps:
6060
- uses: actions/checkout@v4
6161

62-
#- name: Check qtil-LANG (src) pack
62+
#- name: Check qtil-LANGUAGE (src) pack
6363
# id: check_version
6464
# env:
6565
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
# if: steps.check_version.outputs.publish == 'true'
7676
uses: ./.github/actions/install-codeql
7777

78-
- name: Publish qtil-LANG (src) pack.
78+
- name: Publish qtil-LANGUAGE (src) pack.
7979
# if: steps.check_version.outputs.publish == 'true'
8080
env:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)