Skip to content

Commit 9b3e39d

Browse files
authored
Use NuGET API token from GH environments (#165)
1 parent 716a450 commit 9b3e39d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup .NET Core
7373
uses: actions/setup-dotnet@v4
7474
with:
75-
dotnet-version: 6.0.200
75+
dotnet-version: 8.0.407
7676
- name: Download nuget packages
7777
uses: actions/download-artifact@v4
7878
with:
@@ -92,7 +92,7 @@ jobs:
9292
path-to-binary: 'nuget-packages/'
9393

9494
- 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 }}
95+
run: dotnet nuget push .\nuget-packages\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_TOKEN }}
9696
continue-on-error: false
9797

9898
- name: Create Release

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3
1+
6.0.4

0 commit comments

Comments
 (0)