Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstonis committed Dec 12, 2023
1 parent 231f194 commit 2e4813c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Build
run: dotnet build MauiDrawer/MauiDrawer.csproj

- name: Create the package
- name: Create the package
run: dotnet pack --configuration Release /p:AssemblyVersion=${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }} /p:Version=${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }} MauiDrawer/MauiDrawer.csproj

- name: Publish the package to GPR
- name: Publish the package to GPR
run: dotnet nuget push MauiDrawer/bin/Release/*.nupkg

- name: Publish the package to NuGet
Expand Down

0 comments on commit 2e4813c

Please sign in to comment.