diff --git a/.github/workflows/license-generation.yml b/.github/workflows/license-generation.yml index c1d68651..86d1cd9d 100644 --- a/.github/workflows/license-generation.yml +++ b/.github/workflows/license-generation.yml @@ -174,8 +174,10 @@ jobs: id: debug-git run: | pwd - sudo git ls-remote - sudo git ls-remote --tags + git config --global --add safe.directory /__w/zowe-dependency-scan-pipeline/zowe-dependency-scan-pipeline + git remote add origin https://github.com/zowe/zowe-dependency-scan-pipeline + git ls-remote + git ls-remote --tags - name: Publish to Artifactory id: publish