We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bac63 commit be29cbaCopy full SHA for be29cba
.github/workflows/publish-release-snapshot.yml
@@ -37,6 +37,10 @@ jobs:
37
token: ${{ secrets.GH_Private_Repo_Pat }}
38
fetch-depth: 0
39
40
+ - name: Bootstrap the verification repo
41
+ run: node ./bootstrap.js
42
+ working-directory: ./componentdetection-verification
43
+
44
- name: Install Apache Ivy on Windows to support Ivy detector
45
if: ${{ matrix.os == 'windows-latest' }}
46
run: Choco-Install -PackageName ivy
0 commit comments