We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716a450 commit 9b3e39dCopy full SHA for 9b3e39d
.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Setup .NET Core
73
uses: actions/setup-dotnet@v4
74
with:
75
- dotnet-version: 6.0.200
+ dotnet-version: 8.0.407
76
- name: Download nuget packages
77
uses: actions/download-artifact@v4
78
@@ -92,7 +92,7 @@ jobs:
92
path-to-binary: 'nuget-packages/'
93
94
- name: Push nuget packages
95
- run: dotnet nuget push .\nuget-packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push .\nuget-packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_TOKEN }}
96
continue-on-error: false
97
98
- name: Create Release
version
@@ -1 +1 @@
1
-6.0.3
+6.0.4
0 commit comments