Skip to content

Commit d29fa48

Browse files
Remove --dry-run from publish actions behind version checks (#12)
1 parent 7d9f386 commit d29fa48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "Publishing pack 'qtil'."
4949
codeql pack install "src"
50-
codeql pack publish --dry-run "src"
50+
codeql pack publish "src"
5151
5252
publish_langs:
5353
runs-on: ubuntu-latest
@@ -92,4 +92,4 @@ jobs:
9292
run: |
9393
echo "Publishing pack 'qtil-${{ matrix.language }}'."
9494
codeql pack install "${{ matrix.language }}/src"
95-
codeql pack publish --dry-run "${{ matrix.language }}/src"
95+
codeql pack publish "${{ matrix.language }}/src"

0 commit comments

Comments
 (0)