We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ce0a3 commit 3c56e60Copy full SHA for 3c56e60
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