We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3253d5d commit b417d9fCopy full SHA for b417d9f
.github/workflows/dotnet-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: baoduy/ShareWorkflows/.github/workflows/dotnet-package-release.yml@main
12
with:
13
Project_Path: 'DKNet.FW.sln'
14
- Enable_Release: ${{ github.ref == 'refs/heads/main' }}
+ Enable_Release: false
15
Enable_Nuget_Release: ${{ github.ref == 'refs/heads/main'}}
16
secrets:
17
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
0 commit comments