From 7228e29fb01183f65ac0e82189d6bebd6acb32eb Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 11 Jul 2022 17:04:04 +0200 Subject: [PATCH] fixed workflows --- .github/workflows/create-release.yaml | 2 +- .github/workflows/push-test.yaml | 2 +- Edna/Edna.csproj | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 99f48a4..518b82d 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -34,7 +34,7 @@ jobs: run: dotnet pack -c release - name: Push NuGet package - run: dotnet nuget push "Edna/bin/Release/alterNERDtive.EDNA.*.nupkg" -source 'https://api.nuget.org/v3/index.json' -apikey ${{secrets.NUGET_AUTH_TOKEN}} + run: dotnet nuget push "Edna\bin\Release\alterNERDtive.EDNA.*.nupkg" --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_AUTH_TOKEN}} - name: Draft release uses: ncipollo/release-action@v1 diff --git a/.github/workflows/push-test.yaml b/.github/workflows/push-test.yaml index 2d69950..fbc97b3 100644 --- a/.github/workflows/push-test.yaml +++ b/.github/workflows/push-test.yaml @@ -1,4 +1,4 @@ -name: Run tests on push push +name: Run tests on push on: push diff --git a/Edna/Edna.csproj b/Edna/Edna.csproj index 5997b33..ed09ecc 100644 --- a/Edna/Edna.csproj +++ b/Edna/Edna.csproj @@ -5,11 +5,11 @@ alterNERDtive.EDNA 0.0.1 alterNERDtive - alteNERDtive + alterNERDtive EDNA is a site-agnostic library for accessing 3rd-party information about star systems in Elite Dangerous. GPL-3.0-or-later https://alterNERDtive.github.io/EDNA - © 2021 alterNERDtive + © 2021–2022 alterNERDtive glider.jpg https://github.com/alterNERDtive/EDNA @@ -38,6 +38,7 @@ $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + True