Skip to content

Commit

Permalink
Update NugetPublishing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanimul Haque Khan authored Aug 23, 2021
1 parent 3eb523b commit 20c6782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NugetPublishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Publish DTD.Sort.Net
uses: drusellers/publish-nuget@master
with:
PROJECT_FILE_PATH: ./DTD.Sort.Net.Main/DTD.Sort.Net.Main.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
project-file-path: ./DTD.Sort.Net.Main/DTD.Sort.Net.Main.csproj
nuget-key: ${{secrets.NUGET_API_KEY}}
version: ${{ steps.get_version.outputs.version-without-v }}

0 comments on commit 20c6782

Please sign in to comment.