Skip to content

Commit b417d9f

Browse files
authored
Update dotnet-publish.yml
1 parent 3253d5d commit b417d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: baoduy/ShareWorkflows/.github/workflows/dotnet-package-release.yml@main
1212
with:
1313
Project_Path: 'DKNet.FW.sln'
14-
Enable_Release: ${{ github.ref == 'refs/heads/main' }}
14+
Enable_Release: false
1515
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
1616
secrets:
1717
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}

0 commit comments

Comments
 (0)