diff --git a/.github/workflows/codebreaker-lib-analyzers-stable.yml b/.github/workflows/codebreaker-lib-analyzers-stable.yml index b8c44340..64aaa6af 100644 --- a/.github/workflows/codebreaker-lib-analyzers-stable.yml +++ b/.github/workflows/codebreaker-lib-analyzers-stable.yml @@ -40,16 +40,16 @@ jobs: path: packages/* retention-days: 30 -# publishdevops: -# uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-azuredevops.yml@main -# needs: build -# with: -# artifact-name: codebreaker-analyzers -# secrets: inherit - -# publishnuget: -# uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main -# needs: publishdevops -# with: -# artifact-name: codebreaker-analyzers -# secrets: inherit + publishdevops: + uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-azuredevops.yml@main + needs: build + with: + artifact-name: codebreaker-analyzers-stable + secrets: inherit + + publishnuget: + uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main + needs: publishdevops + with: + artifact-name: codebreaker-analyzers-stable + secrets: inherit