Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MxLabs authored Dec 24, 2023
1 parent c68d360 commit 9ebf674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Publishing project
run: dotnet publish ${{ env.ProjectPath }} --no-restore

- name: Publishing project
- name: Packing Nuget package
run: dotnet pack -c Release /p:PackageVersion=${{ steps.anviz.outputs.tag }} -o ${{ env.NuGetDirectory }}

- name: Publishing NuGet package
Expand Down

0 comments on commit 9ebf674

Please sign in to comment.