Skip to content

Commit 916805e

Browse files
authored
Update release.yml
1 parent 01e0395 commit 916805e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
fileVersion: ${{ github.event.release.tag_name }}
3131
informationalVersion: ${{ github.event.release.tag_name }}-${{ github.sha }}
3232
- name: Build
33-
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
33+
run: dotnet build --configuration Release DotNetSiemensPLCToolBoxLibrary.sln
3434
- uses: actions/upload-artifact@v4
3535
with:
3636
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
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

0 commit comments

Comments
 (0)