Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathew committed Dec 13, 2023
1 parent e467067 commit d678dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: Push package to NuGet.org
run: |
dotnet nuget push ./bin/Release/*.nupkg -s https://nuget.skywardapps.us/v3/index.json
dotnet nuget push ./bin/Release/*.nupkg -s https://nuget.skywardapps.us/v3/index.json --skip-duplicate
2 changes: 1 addition & 1 deletion aspnet-configuration-awssecrets.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Skyward.Aspnet.Configuration</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Skyward App Company, LLC</Authors>
<Company>Skyward App Company, LLC</Company>
<Copyright>Skyward App Company, LLC</Copyright>
Expand Down

0 comments on commit d678dab

Please sign in to comment.