diff --git a/.github/workflows/codebreaker-lib-postgresql.yml b/.github/workflows/codebreaker-lib-postgresql.yml index 21151af..889c3fc 100644 --- a/.github/workflows/codebreaker-lib-postgresql.yml +++ b/.github/workflows/codebreaker-lib-postgresql.yml @@ -32,9 +32,9 @@ jobs: artifact-name: codebreaker-postgres secrets: inherit - # publishnuget: - # uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main - # needs: publishdevops - # with: - # artifact-name: codebreaker-sqlserver - # secrets: inherit + publishnuget: + uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main + needs: publishdevops + with: + artifact-name: codebreaker-postgres + secrets: inherit