Skip to content

Commit fdc7cef

Browse files
find .version and print on pub.
1 parent d4088ef commit fdc7cef

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ jobs:
243243
with:
244244
path: .
245245
name: sdk-csharp-${{ inputs.version }}
246-
- run: ls -la
246+
- run: |
247+
ls -la
247248
- run: |
248249
dotnet nuget add source \
249250
--username nhs-notify-supplier-api \
@@ -367,7 +368,9 @@ jobs:
367368
with:
368369
path: .
369370
name: libs-abstractions-${{ inputs.version }}
370-
- run: ls -la
371+
- run: |
372+
ls -la
373+
find . -name ".version"
371374
- run: |
372375
dotnet nuget add source \
373376
--username nhs-notify-supplier-api \
@@ -423,7 +426,9 @@ jobs:
423426
with:
424427
path: .
425428
name: libs-letter-${{ inputs.version }}
426-
- run: ls -la
429+
- run: |
430+
ls -la
431+
find . -name ".version"
427432
- run: |
428433
dotnet nuget add source \
429434
--username nhs-notify-supplier-api \
@@ -478,7 +483,9 @@ jobs:
478483
with:
479484
path: .
480485
name: libs-host-${{ inputs.version }}
481-
- run: ls -la
486+
- run: |
487+
ls -la
488+
find . -name ".version"
482489
- run: |
483490
dotnet nuget add source \
484491
--username nhs-notify-supplier-api \
@@ -534,7 +541,9 @@ jobs:
534541
with:
535542
path: .
536543
name: libs-host-${{ inputs.version }}
537-
- run: ls -la
544+
- run: |
545+
ls -la
546+
find . -name ".version"
538547
- run: |
539548
dotnet nuget add source \
540549
--username nhs-notify-supplier-api \

0 commit comments

Comments
 (0)