Skip to content

Commit

Permalink
Update release.yml to net 7 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daningalla committed Aug 28, 2023
1 parent e6ad2c5 commit 647ac67
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['6.0.x']
dotnet-version: ['7.0.x']

steps:
- uses: actions/checkout@v2
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Build pre-release packages
run: dotnet pack -c Release --no-restore -o ./pack
- name: Publish packages to NuGet
run: dotnet nuget push ./pack/*[^.symbols].nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_PUSH_KEY }}
run: dotnet nuget push ./pack/*[^.symbols].nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_PUSH_KEY }}

0 comments on commit 647ac67

Please sign in to comment.