Skip to content

Commit

Permalink
Merge pull request #427 from Particular/net7-only-2
Browse files Browse the repository at this point in the history
Update release.yml - net7 only
  • Loading branch information
tmasternak authored Dec 14, 2022
2 parents e37ce7e + 7b3f49c commit f52b879
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/[email protected]
with:
dotnet-version: |
7.0.x
6.0.x
dotnet-version: 7.0.x
- name: Build
run: dotnet build src --configuration Release
- name: Sign NuGet packages
Expand All @@ -38,4 +36,4 @@ jobs:
- name: Deploy
uses: Particular/[email protected]
with:
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}

0 comments on commit f52b879

Please sign in to comment.