Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Updated to .NET 9.0.x
  • Loading branch information
tbd-develop authored Feb 13, 2025
1 parent aa91f5a commit a029cb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet build -c Release
- name: Test
Expand All @@ -22,4 +24,4 @@ jobs:
- name: Pack SqlServer
run: dotnet pack ./src/TbdDevelop.Mediator.Outbox.SqlServer -c Release -p:PackageVersion=${{ github.event.release.tag_name }} --no-build --output .
- name: Push To Nuget
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit a029cb6

Please sign in to comment.