Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nunutu29 authored Aug 2, 2024
1 parent fc3663f commit d0c0322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:
- name: Test
run: |
dotnet test --configuration Release --no-build
- name: Push to NuGet
run: |
dotnet nuget push "src/AspNetCoreWebBundler/**/*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit d0c0322

Please sign in to comment.