Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 30870a3

Browse filesBrowse files
Finalized github actions (#78)
* Fixed status badge on readme file * enabled nuget deployment via github actions
1 parent 1e44674 commit 30870a3
Copy full SHA for 30870a3

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎.github/workflows/nuget-deployment.yml

Copy file name to clipboardExpand all lines: .github/workflows/nuget-deployment.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ jobs:
100100
# ---------------------------------------
101101
# Deploy to Nuget
102102
# ---------------------------------------
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}}"
105105

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GraphQL ASP.NET is a fully featured graphql library that utilizes a controller/a
88

99
| Recent Builds | |
1010
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
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) |
1212

1313
#### Example Usage:
1414

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.