We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8213f6b commit aaa8194Copy full SHA for aaa8194
.github/workflows/dotnetcore.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: echo github.event {github.event}
22
- name: Nuget publish
23
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
+ 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
25
- uses: actions/upload-artifact@v1
26
with:
27
name: OsmApiClient.0.0.1-beta.4.nupkg
0 commit comments