File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ jobs:
100
100
# ---------------------------------------
101
101
# Deploy to Nuget
102
102
# ---------------------------------------
103
- # - name: Publish To Nuget
104
- # run: dotnet nuget push "${{env.OUTPUT_DIR}}/*.nupkg" --source 'https://api.nuget.org/v3/index.json' --api-key "${{env.NUGET_KEY}}"
103
+ - name : Publish To Nuget
104
+ run : dotnet nuget push "${{env.OUTPUT_DIR}}/*.nupkg" --source 'https://api.nuget.org/v3/index.json' --api-key "${{env.NUGET_KEY}}"
105
105
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GraphQL ASP.NET is a fully featured graphql library that utilizes a controller/a
8
8
9
9
| Recent Builds | |
10
10
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
11
- | Master | [ ![ CI-CD] ( https://github.com/graphql-aspnet/graphql-aspnet/actions/workflows/ci-build.yml/badge.svg )] ( https://github.com/graphql-aspnet/graphql-aspnet/actions/workflows/ci-build.yml ) |
11
+ | Master | [ ![ CI-CD] ( https://github.com/graphql-aspnet/graphql-aspnet/actions/workflows/ci-build.yml/badge.svg?branch=master )] ( https://github.com/graphql-aspnet/graphql-aspnet/actions/workflows/ci-build.yml ) |
12
12
13
13
#### Example Usage:
14
14
You can’t perform that action at this time.
0 commit comments