Skip to content

Commit 20c6782

Browse files
author
Tanimul Haque Khan
authored
Update NugetPublishing.yml
1 parent 3eb523b commit 20c6782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NugetPublishing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Publish DTD.Sort.Net
2323
uses: drusellers/publish-nuget@master
2424
with:
25-
PROJECT_FILE_PATH: ./DTD.Sort.Net.Main/DTD.Sort.Net.Main.csproj
26-
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
25+
project-file-path: ./DTD.Sort.Net.Main/DTD.Sort.Net.Main.csproj
26+
nuget-key: ${{secrets.NUGET_API_KEY}}
2727
version: ${{ steps.get_version.outputs.version-without-v }}

0 commit comments

Comments
 (0)