Skip to content

Commit 6075e7a

Browse files
committed
ci: enabled NuGet publishing
1 parent 561d312 commit 6075e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Pack nugets
2222
run: dotnet pack -c Release --no-build --output .
2323

24-
# - name: Push to NuGet
25-
# run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
24+
- name: Push to NuGet
25+
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
2626

2727
- name: Push to Github NuGet registry
2828
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.GITHUB_TOKEN}} --source https://nuget.pkg.github.com/HypeRate/index.json

0 commit comments

Comments
 (0)