Skip to content

Commit a114423

Browse files
authored
Fix CodeQL pack installation and publishing commands
1 parent dcc9c49 commit a114423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-packs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
6363
if [ "$PUBLISHED_VERSION" != "$CURRENT_VERSION" ]; then
6464
gh extension install github/gh-codeql
65-
gh codeql pack install "${{ matrix.packs }}"
66-
gh codeql pack publish "${{ matrix.packs }}"
65+
gh codeql pack install "$PACKS"
66+
gh codeql pack publish "$PACKS"
6767
fi

0 commit comments

Comments
 (0)