Skip to content

Commit ff53486

Browse files
committed
Modify GH Actions to remove include-prerelease
1 parent 110b7f6 commit ff53486

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/linux-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- uses: actions/[email protected]
3131
with:
3232
dotnet-version: '7.0.x'
33-
include-prerelease: true
34-
3533

3634
- name: Install dependencies
3735
run: dotnet restore

.github/workflows/windows-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/[email protected]
2727
with:
2828
dotnet-version: '7.0.x'
29-
include-prerelease: true
3029

3130
- name: Install dependencies
3231
run: dotnet restore

0 commit comments

Comments
 (0)