Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbd-develop committed Feb 13, 2025
2 parents 8b15253 + a029cb6 commit e698986
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 e698986

Please sign in to comment.