We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d38fb5 + 3251fd2 commit 5e91466Copy full SHA for 5e91466
.github/workflows/dotnet-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: baoduy/ShareWorkflows/.github/workflows/dotnet-nuget-release.yml@main
12
with:
13
Project_Path: 'DKNet.FW.sln'
14
- Enable_Release: false
+ Enable_Release: false, ## ${{ github.ref == 'refs/heads/main'}}
15
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
16
Dotnet_Version: 9.x
17
secrets:
0 commit comments