Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Oct 25, 2021
1 parent b68aa6c commit 84f7c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
path: ./Artifacts/*

- name: Push to Nuget
run: dotnet nuget push .\artifacts\*.nupkg --api-key ${ApiKey} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
run: dotnet nuget push .\artifacts\*.nupkg --api-key "$env:ApiKey" --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
if: contains(github.ref, 'refs/tags/')
env:
ApiKey: ${{ secrets.NUGETAPIKEY }}
Expand Down

0 comments on commit 84f7c70

Please sign in to comment.