mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
Add --skip-duplicate
This commit is contained in:
parent
daa512c294
commit
8fff02d8d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,5 +19,5 @@ jobs:
|
||||||
run: dotnet pack FFMpegCore.sln --output build -c Release
|
run: dotnet pack FFMpegCore.sln --output build -c Release
|
||||||
|
|
||||||
- name: Publish NuGet package
|
- name: Publish NuGet package
|
||||||
run: dotnet nuget push *.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
|
run: dotnet nuget push *.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue