Skip to content

Commit

Permalink
Try fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
p1va committed Mar 22, 2024
1 parent 4ca58ad commit e3c02ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Build
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore -c Release

# Run tests
- name: Test
Expand All @@ -66,5 +66,5 @@ jobs:

# Push to Nuget
- name: Push to Nuget
run: dotnet nuget push ${{ env.NUPKG_PATH }} --api-key ${{ secrets.NUGET_KEY }} --skip-duplicate --no-symbols true
run: dotnet nuget push ${{ env.NUPKG_PATH }} --api-key ${{ secrets.NUGET_KEY }} --no-symbols

0 comments on commit e3c02ec

Please sign in to comment.