File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
dotnet-version : |
34
34
6.0.x
35
- 8 .0.x
35
+ 9 .0.x
36
36
37
37
- name : Setup .NET nanoFramework build components
38
38
uses : nanoframework/nanobuild@v1
@@ -101,9 +101,11 @@ jobs:
101
101
- name : Setup .NET SDK
102
102
uses : actions/setup-dotnet@v4
103
103
with :
104
- dotnet-version : 8 .0.x
104
+ dotnet-version : 9 .0.x
105
105
106
106
- name : Push to nuget.org
107
+ env :
108
+ NUGET_ORG_APIKEY : ${{ secrets.NUGET_ORG_APIKEY }}
107
109
run : |
108
- dotnet nuget push "**/*.nupkg" --skip-duplicate --api-key ${{ secrets. NUGET_ORG_APIKEY }} --source https://api.nuget.org/v3/index.json
109
- working-directory : nugets
110
+ dotnet nuget push "**/*.nupkg" --skip-duplicate --api-key $NUGET_ORG_APIKEY --source https://api.nuget.org/v3/index.json
111
+ working-directory : nugets
You can’t perform that action at this time.
0 commit comments