Skip to content

Commit e73b67a

Browse files
committed
Update build.yml
1 parent 3aee827 commit e73b67a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
dotnet-version: |
4343
3.1.x
4444
6.0.x
45+
7.0.x
4546
4647
- name: Restore Dependencies
4748
run: dotnet restore
@@ -68,6 +69,6 @@ jobs:
6869
run: |
6970
for package in $(find -name "*.nupkg"); do
7071
echo "${0##*/}": Pushing $package...
71-
dotnet nuget push $package --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }} --skip-duplicate
72+
dotnet nuget push $package --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
7273
done
7374

0 commit comments

Comments
 (0)