Skip to content

Commit

Permalink
fix release action (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames authored Jan 9, 2025
1 parent ae46c98 commit 5289391
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.300

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.101

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100

- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
dotnet-version: |
9.0.x
- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 5289391

Please sign in to comment.