Skip to content

Commit 0f4c700

Browse files
committed
Publish to nuget
1 parent ef84143 commit 0f4c700

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ jobs:
3939
env:
4040
NUGET_KEY: ${{ secrets.GITHUB_TOKEN }}
4141
shell: cmd
42-
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardvark-platform/index.json" --skip-duplicate
42+
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://nuget.pkg.github.com/aardvark-platform/index.json" --skip-duplicate
43+
- name: NuGet
44+
env:
45+
NUGET_KEY: ${{ secrets.NUGET_KEY }}
46+
shell: cmd
47+
run: dotnet nuget push "bin\pack\*.nupkg" -k %NUGET_KEY% -s "https://api.nuget.org/v3/index.json" --skip-duplicate

0 commit comments

Comments
 (0)