Skip to content

Commit

Permalink
Use right syntax for variable names under bash
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGosselin committed May 25, 2020
1 parent d5ee04a commit 4295ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Push to nuget.org
env:
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
run: dotnet nuget push "src/AspNetCore.TypedActionResults/bin/Release/AspNetCore.TypedActionResults.*.nupkg" -s https://api.nuget.org/v3/index.json -k $env:NUGET_APIKEY
run: dotnet nuget push "src/AspNetCore.TypedActionResults/bin/Release/AspNetCore.TypedActionResults.*.nupkg" -s https://api.nuget.org/v3/index.json -k ${NUGET_APIKEY}

0 comments on commit 4295ebf

Please sign in to comment.