Skip to content

Commit a9c0890

Browse files
Remove --dry-run from core qtil publish command (#8)
1 parent 2f82764 commit a9c0890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "Publishing pack 'qtil'."
4444
codeql pack install "src"
45-
codeql pack publish --dry-run "src"
45+
codeql pack publish "src"
4646
4747
publish_langs:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)