Skip to content

Commit 722c861

Browse files
committed
Update release.yml
1 parent e795243 commit 722c861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ jobs:
2828
- name: Run tests - Extensions
2929
run: dotnet run -c Release --no-restore --no-build
3030
working-directory: "tests/Tests.CodeOfChaos.Types"
31+
- name: Run tests - Extensions
32+
run: dotnet run -c Release --no-restore --no-build
33+
working-directory: "tests/Tests.CodeOfChaos.Types.TypedValueStore"
3134

3235
- name: Publish to NuGet
3336
env:
3437
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
3538
run: |
3639
dotnet nuget push src/CodeOfChaos.Types/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
40+
dotnet nuget push src/CodeOfChaos.Types.TypedValueStore/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)