We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc9c49 commit a114423Copy full SHA for a114423
.github/workflows/codeql-packs.yml
@@ -62,6 +62,6 @@ jobs:
62
63
if [ "$PUBLISHED_VERSION" != "$CURRENT_VERSION" ]; then
64
gh extension install github/gh-codeql
65
- gh codeql pack install "${{ matrix.packs }}"
66
- gh codeql pack publish "${{ matrix.packs }}"
+ gh codeql pack install "$PACKS"
+ gh codeql pack publish "$PACKS"
67
fi
0 commit comments