Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Jun 13, 2020
2 parents 8cdaadb + 2839ffb commit ae578e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: 📦 Create the package
run: dotnet pack --configuration Release src/Paramdigma.Core.csproj
- name: 🚀 Publish the package to GPR
run: dotnet nuget push src/bin/Release/*.nupkg
run: dotnet nuget push ./src/bin/Release/*.nupkg
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

deploy_docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/Paramdigma.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>Paramdigma.Core</PackageId>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<Authors>Alan Rynne</Authors>
<Company>Paramdigma</Company>
<PackageDescription>Computational Geometry library for .Net</PackageDescription>
Expand Down

0 comments on commit ae578e1

Please sign in to comment.