Skip to content

Commit 627fa90

Browse files
authored
Fix publish actions
1 parent 07dfe6c commit 627fa90

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/publish-gbxnetpak.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/setup-dotnet@v1
1616
with:
1717
dotnet-version: |
18+
8.0.x
1819
7.0.x
1920
6.0.x
2021
3.1.x

.github/workflows/publish-manually.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: |
20+
8.0.x
2021
7.0.x
2122
6.0.x
2223
3.1.x

.github/workflows/publish-pre.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-dotnet@v1
2020
with:
2121
dotnet-version: |
22+
8.0.x
2223
7.0.202
2324
6.0.x
2425
3.1.x

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-dotnet@v1
2121
with:
2222
dotnet-version: |
23+
8.0.x
2324
7.0.202
2425
6.0.x
2526
3.1.x

0 commit comments

Comments
 (0)