mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Hopefully fixed nuget push in CI build
This commit is contained in:
parent
77acf01a12
commit
2741e45c33
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -51,10 +51,6 @@ jobs:
|
|||||||
path: bin/*nupkg
|
path: bin/*nupkg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Nuget Push
|
- name: Nuget Push
|
||||||
run: dotnet nuget push "bin/*.nupkg" --skip-duplicate --api-key ${NUGET_TOKEN}
|
run: dotnet nuget push "bin/*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||||
env:
|
|
||||||
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
|
|
||||||
- name: Nuget Push Symbols
|
- name: Nuget Push Symbols
|
||||||
run: dotnet nuget push "bin/*.snupkg" --skip-duplicate --api-key ${NUGET_TOKEN}
|
run: dotnet nuget push "bin/*.snupkg" --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||||
env:
|
|
||||||
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user