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 7d9f9bb commit d203668Copy full SHA for d203668
.github/workflows/teslacode.common.nuget.yml
@@ -15,10 +15,6 @@ jobs:
15
16
- name: Setup .NET (use global.json)
17
uses: actions/setup-dotnet@v4
18
- with:
19
- source-url: https://api.nuget.org/v3/index.json
20
- env:
21
- NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
22
23
- name: Restore dependencies
24
run: dotnet restore **/Teslacode.Common/Teslacode.Common.csproj --configfile nuget.config --no-cache
@@ -31,3 +27,5 @@ jobs:
31
27
32
28
- name: Push NuGet package
33
29
run: dotnet nuget push "./artifacts/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
30
+ env:
+ NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
0 commit comments