We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b417d9f commit 6275540Copy full SHA for 6275540
.github/workflows/dotnet-publish.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
## Only build nuget package and release to Nuget.org when running on main branch
10
dotnet_pack_release_job:
11
- uses: baoduy/ShareWorkflows/.github/workflows/dotnet-package-release.yml@main
+ uses: baoduy/ShareWorkflows/.github/workflows/dotnet-nuget-release.yml@main
12
with:
13
Project_Path: 'DKNet.FW.sln'
14
Enable_Release: false
0 commit comments