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 916805e commit 84e7142Copy full SHA for 84e7142
.github/workflows/release.yml
@@ -34,5 +34,5 @@ jobs:
34
- uses: actions/upload-artifact@v4
35
with:
36
path: ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
37
- - name: Publish Nuget
38
- run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ - name: Publish Nuget
+ run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments