Skip to content

Commit 288d463

Browse files
authored
Fix typo in environment variable name for NuGet
1 parent fcb0884 commit 288d463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run NUKE
3333
run: ./build.ps1
3434
env:
35-
NuGetApiKey: ${{ secrets.NUGETAPIKEY }}
35+
NugetArtifactsApiKey: ${{ secrets.NUGETAPIKEY }}
3636
GitHubApiKey: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Check for 'lcov.info' existence

0 commit comments

Comments
 (0)