We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df8176 commit 730ea22Copy full SHA for 730ea22
.github/workflows/release-tag.yml
@@ -147,13 +147,6 @@ jobs:
147
done
148
echo "Finished upgrading all CodeQL pack lock files"
149
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
-
157
- name: Tag - Setup Node.js for CDS compilation
158
if: steps.needs-creation.outputs.needed == 'true'
159
uses: actions/setup-node@v6
0 commit comments