Skip to content

Commit dc7b9e4

Browse files
authored
Update dotnet-publish.yml
1 parent d4ba9f3 commit dc7b9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
uses: baoduy/ShareWorkflows/.github/workflows/dotnet-nuget-release.yml@main
1212
with:
1313
Project_Path: 'DKNet.FW.sln'
14-
Enable_Release: false
15-
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
14+
Enable_Release: ${{ github.ref == 'refs/heads/main'}}
15+
Enable_Nuget_Release: false ## ${{ github.ref == 'refs/heads/main'}}
1616
Dotnet_Version: 9.x
1717
secrets:
1818
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}

0 commit comments

Comments
 (0)