Skip to content

Commit 88bc21b

Browse files
SchlenkRSchlenkR
authored andcommitted
Rename environment variable for NuGet publish step to improve clarity
1 parent e7ad618 commit 88bc21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020

2121
- name: nuget publish
2222
env:
23-
nuget_push: ${{ secrets.NUGET_API_KEY }}
23+
nuget_fshttp: ${{ secrets.NUGET_API_KEY }}
2424
run: dotnet fsi build.fsx publish

0 commit comments

Comments
 (0)