Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
karlssberg committed Mar 27, 2024
2 parents fd87891 + 9a62502 commit 64fa1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Pack for net8.0
run: dotnet pack Karlssberg.Motiv/Karlssberg.Motiv.csproj --configuration Release --no-build -p:TargetFrameworks=net8.0 --output nupkgs/net8.0
- name: Publish to NuGet
run: dotnet nuget push **/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
if: github.ref == 'refs/heads/main'
1 change: 1 addition & 0 deletions Karlssberg.Motiv/Karlssberg.Motiv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>SpecificationPattern, DecisionMaking, Explanations, DesignPatterns, RulesEngine, BusinessLogic, Compliance, AuditTrails, RiskManagement, CSharp, .NET, Developers, Architects, ProductManagement, Advanced, Intermediate</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.1</Version>
</PropertyGroup>

Expand Down

0 comments on commit 64fa1e5

Please sign in to comment.