Skip to content

Commit be29cba

Browse files
committed
Missed bootstrapping verification repo
1 parent b7bac63 commit be29cba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-release-snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
token: ${{ secrets.GH_Private_Repo_Pat }}
3838
fetch-depth: 0
3939

40+
- name: Bootstrap the verification repo
41+
run: node ./bootstrap.js
42+
working-directory: ./componentdetection-verification
43+
4044
- name: Install Apache Ivy on Windows to support Ivy detector
4145
if: ${{ matrix.os == 'windows-latest' }}
4246
run: Choco-Install -PackageName ivy

0 commit comments

Comments
 (0)