diff --git a/.github/workflows/DeployNuget.yml b/.github/workflows/DeployNuget.yml index 1a2a040..6a7bdea 100644 --- a/.github/workflows/DeployNuget.yml +++ b/.github/workflows/DeployNuget.yml @@ -20,6 +20,6 @@ jobs: - name: Test run: dotnet test --no-build --configuration Release - name: Pack - run: dotnet pack --no-build --include-symbols --include-source --configuration Release src/Swisschain.Extension.Idemptency /p:Version=${GITHUB_REF#refs/tags/} + run: dotnet pack --no-build --include-symbols --include-source --configuration Release src/Swisschain.Extensions.Idempotency /p:Version=${GITHUB_REF#refs/tags/} - name: Publish - run: dotnet nuget push src/Swisschain.Extension.Idemptency/bin/Release/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_TOCKEN }} \ No newline at end of file + run: dotnet nuget push src/Swisschain.Extensions.Idempotency/bin/Release/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_TOCKEN }} \ No newline at end of file