Skip to content

Commit

Permalink
Publish symbols too
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington committed Feb 28, 2024
1 parent cc63345 commit 108f97d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ jobs:

- name: Push
run: dotnet nuget push Expressive.${{ steps.get_version.outputs.version-without-v }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}

- name: Push symbols
run: dotnet nuget push Expressive.${{ steps.get_version.outputs.version-without-v }}.snupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}
2 changes: 1 addition & 1 deletion Source/Expressive/Expressive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Product>Expressive Parser</Product>
<Description>A multi-platform expression parsing and evaluating framework.</Description>
<Copyright>Copyright(c) 2024 Shaun Lawrence</Copyright>
<PackageTags>Expression Parser Evaluator Cross-Platform NET Standard Xamarin Xamarin.Forms</PackageTags>
<PackageTags>Expression Parser Evaluator Cross-Platform NET Standard Xamarin Xamarin.Forms MAUI</PackageTags>
<PackageIcon>logo-64.png</PackageIcon>
<PackageIconUrl />
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 108f97d

Please sign in to comment.