Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LumexUI/lumexui
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed Oct 5, 2024
2 parents fa0d3cc + d28713d commit 8a6df92
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Build
run: dotnet build -c Release

- name: Test
run: dotnet test -c Release --no-build

- name: Pack NuGet package
run: dotnet pack -c Release --no-build --output nupkgs
run: dotnet pack -c Release --output nupkgs

- name: Push to NuGet
run: dotnet nuget push nupkgs/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json

0 comments on commit 8a6df92

Please sign in to comment.