Skip to content

Commit

Permalink
fix: Workaround for unix nuget not supporting keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Hesthaven authored Jun 25, 2020
1 parent ac2664e commit 5b61f7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:

- name: Setup .NET Core SDK
uses: actions/[email protected]
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
with:
dotnet-version: 2.2.x
source-url: https://api.nuget.org/v3/index.json
Expand All @@ -69,4 +67,4 @@ jobs:
run: dotnet pack --configuration Release -p:PackageVersion=$VERSION

- name: Push NuGet package
run: dotnet nuget push bin/Release/DentsuDataLab.AccuRanker.$VERSION.nupkg
run: dotnet nuget push bin/Release/DentsuDataLab.AccuRanker.$VERSION.nupkg -k ${{ secrets.NUGET_AUTH_TOKEN }}

0 comments on commit 5b61f7c

Please sign in to comment.