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 873fbda commit dfd4aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NugetPublishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: get_version
uses: battila7/get-version-action@v2
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release /p:Version=${{ steps.get_version.outputs.version-without-v }}
- name: Publish DTD.Sort.Net
uses: brandedoutcast/publish-nuget@v2.5.2
with:
Expand Down

0 comments on commit dfd4aed

Please sign in to comment.