Skip to content

Commit aaa8194

Browse files
Fixing reference to secret
1 parent 8213f6b commit aaa8194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: echo github.event {github.event}
2222
- name: Nuget publish
2323
shell: pwsh
24-
run: nuget.exe push -SkipDuplicate -NonInteractive -Source https://api.nuget.org/v3/index.json -ApiKey ${{NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
24+
run: nuget.exe push -SkipDuplicate -NonInteractive -Source https://api.nuget.org/v3/index.json -ApiKey ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
2525
- uses: actions/upload-artifact@v1
2626
with:
2727
name: OsmApiClient.0.0.1-beta.4.nupkg

0 commit comments

Comments
 (0)