Skip to content

Commit abecf18

Browse files
Robu6/libs nuget example (#67)
* Adding libs examples. * Add libs action to build stage. * correct typo * run.sh assembly names. * secrets. * CCM-11007: Fixing log destination for Splunk forwarding (#58) * Robu6/libs nuget example (#57) * Adding libs examples. * Add libs action to build stage. * correct typo * run.sh assembly names. * rebased to main. * .... * <<< left in * Adding other example poc libs. * timeouts of actions increased to 10m from 3m. * version copy to abstract folder. * version file not in libs on github. * find .version and print on pub. * debugging in build. * include .version in libs - artifact hidden files. * correct data nuget package name. --------- Co-authored-by: sidnhs <[email protected]>
1 parent 2d08b91 commit abecf18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ jobs:
518518
519519
- run: |
520520
dotnet nuget push \
521-
nhs.notify.suppliers.api.host.${TEST_NUGET_VERSION}.nupkg \
521+
nhs.notify.suppliers.api.data.${TEST_NUGET_VERSION}.nupkg \
522522
--source github \
523523
--api-key $GITHUB_TOKEN
524524
env:

0 commit comments

Comments
 (0)