Skip to content

Commit 730ea22

Browse files
committed
Remove redundant pack install step
1 parent 3df8176 commit 730ea22

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-tag.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ jobs:
147147
done
148148
echo "Finished upgrading all CodeQL pack lock files"
149149
150-
- name: Tag - Install QL packs
151-
if: steps.needs-creation.outputs.needed == 'true'
152-
shell: bash
153-
run: |
154-
chmod +x ./scripts/install-packs.sh
155-
./scripts/install-packs.sh
156-
157150
- name: Tag - Setup Node.js for CDS compilation
158151
if: steps.needs-creation.outputs.needed == 'true'
159152
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)