We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9238b5f commit fc8222cCopy full SHA for fc8222c
.github/workflows/publish.yml
@@ -87,4 +87,4 @@ jobs:
87
run: |
88
echo "Publishing pack 'qtil-${{ matrix.language }}'."
89
codeql pack install "${{ matrix.language }}/src"
90
- codeql pack publish --dry-run "${{ matrix.language }}/src"
+ codeql pack publish "${{ matrix.language }}/src"
0 commit comments