We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f82764 commit a9c0890Copy full SHA for a9c0890
1 file changed
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
echo "Publishing pack 'qtil'."
44
codeql pack install "src"
45
- codeql pack publish --dry-run "src"
+ codeql pack publish "src"
46
47
publish_langs:
48
runs-on: ubuntu-latest
0 commit comments