We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf1ae0 commit 7d9f9bbCopy full SHA for 7d9f9bb
1 file changed
.github/workflows/teslacode.common.nuget.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- workflow_dispatch:
+ workflow_dispatch:
8
9
jobs:
10
build-and-push:
@@ -30,4 +30,4 @@ jobs:
30
run: dotnet pack **/Teslacode.Common/Teslacode.Common.csproj --configuration Release --no-build --output ./artifacts
31
32
- name: Push NuGet package
33
- run: dotnet nuget push "./artifacts/*.nupkg" --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://www.nuget.org/api/v3/package
+ run: dotnet nuget push "./artifacts/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
0 commit comments