Skip to content

Commit 7d9f9bb

Browse files
committed
okay
1 parent 6bf1ae0 commit 7d9f9bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/teslacode.common.nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
jobs:
1010
build-and-push:
@@ -30,4 +30,4 @@ jobs:
3030
run: dotnet pack **/Teslacode.Common/Teslacode.Common.csproj --configuration Release --no-build --output ./artifacts
3131

3232
- 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
33+
run: dotnet nuget push "./artifacts/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)