Skip to content

Commit

Permalink
Updating --skip-duplicate on publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriggs committed May 4, 2024
1 parent 3e3108d commit 224e124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Create the package
run: dotnet pack JetdriveSharp/JetdriveSharp.csproj --configuration Release
- name: Publish the package to Nuget
run: dotnet nuget push JetdriveSharp\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_TOKEN}}
run: dotnet nuget push JetdriveSharp\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_TOKEN}} --skip-duplicate
2 changes: 1 addition & 1 deletion JetdriveSharp/JetdriveSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.2.0</Version>
<Version>1.0.3.0</Version>
<IncludeSymbols>True</IncludeSymbols>
<RepositoryUrl>https://github.com/bgriggs/jetdrive-sharp</RepositoryUrl>
<Title>Jetdrive Sharp</Title>
Expand Down

0 comments on commit 224e124

Please sign in to comment.