Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smokedlinq committed Feb 15, 2023
1 parent 6750a9e commit 0e7d45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet test --configuration Release --no-build

- name: Package
run: dotnet pack --configuration Release --no-build --output ./artifacts
run: dotnet pack ./src/MediatR.Azure.EventGrid.csproj --configuration Release --no-build --output ./artifacts

- name: Push to Nuget.org
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate
Expand Down
2 changes: 1 addition & 1 deletion src/MediatR.Azure.EventGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<MinVerTagPrefix>v</MinVerTagPrefix>
<PackageLicenseExpression>MIT License</PackageLicenseExpression>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 0e7d45a

Please sign in to comment.