Skip to content

Commit a235806

Browse files
Additional copilot feedback
1 parent d1db349 commit a235806

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
@@ -35,7 +35,7 @@ jobs:
3535
# if: steps.check_version.outputs.publish == 'true'
3636
uses: ./.github/actions/install-codeql
3737

38-
- name: Publish core qtil (src) pack.
38+
- name: Publish core qtil (src) pack
3939
# if: steps.check_version.outputs.publish == 'true'
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
language: ["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
@@ -75,7 +75,7 @@ jobs:
7575
# if: steps.check_version.outputs.publish == 'true'
7676
uses: ./.github/actions/install-codeql
7777

78-
- name: Publish qtil-LANGUAGE (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)