Skip to content

Commit 0b90ab3

Browse files
committed
Use powershell rules for variables
1 parent 84f4173 commit 0b90ab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232

3333
- name: Publish to NuGet
3434
env:
35-
KEY: ${{ secrets.NUGET_APIKEY }}
36-
run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $KEY
35+
APIKEY: ${{ secrets.NUGET_APIKEY }}
36+
run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $env:APIKEY
3737

0 commit comments

Comments
 (0)