diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7460e82..8be07b0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/src/Paramdigma.Core.csproj b/src/Paramdigma.Core.csproj index fa603ac..df654cc 100644 --- a/src/Paramdigma.Core.csproj +++ b/src/Paramdigma.Core.csproj @@ -8,7 +8,7 @@ Paramdigma.Core - 0.0.5 + 0.0.6 Alan Rynne Paramdigma Computational Geometry library for .Net