We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef5b6b + 3c56e60 commit 167f9efCopy full SHA for 167f9ef
1 file changed
.github/workflows/codebreaker-lib-postgresql.yml
@@ -32,9 +32,9 @@ jobs:
32
artifact-name: codebreaker-postgres
33
secrets: inherit
34
35
- # publishnuget:
36
- # uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main
37
- # needs: publishdevops
38
- # with:
39
- # artifact-name: codebreaker-sqlserver
40
- # secrets: inherit
+ publishnuget:
+ uses: CodebreakerApp/Codebreaker.Backend/.github/workflows/publishnuget-nugetserver.yml@main
+ needs: publishdevops
+ with:
+ artifact-name: codebreaker-postgres
+ secrets: inherit
0 commit comments