diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml
index 56e3722..ddae86e 100644
--- a/.github/workflows/publish-beta.yml
+++ b/.github/workflows/publish-beta.yml
@@ -19,6 +19,7 @@ jobs:
7.x
8.x
9.x
+ 10.x
- name: Restore
run: |
dotnet restore
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index f1f39ec..54cfb3c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
7.x
8.x
9.x
+ 10.x
- name: Restore
run: |
dotnet restore