Skip to content

Commit 7af1cbe

Browse files
Enable publishing step to NuGet.org
Remove condition to allow publishing to NuGet.org.
1 parent e9a9bc2 commit 7af1cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ jobs:
140140
user: ${{ secrets.INFRAGISTICS_NUGET_ORG_USER }}
141141

142142
- name: Publish to NuGet.org
143-
if: false # This step will never run
144143
run: |
145144
dotnet nuget push "${{ github.workspace }}\nupkg\*.nupkg" `
146145
--api-key ${{ steps.nuget-login.outputs.nuget-api-key }} `

0 commit comments

Comments
 (0)