Skip to content

Commit 84433e2

Browse files
committed
fix publish pipeline
1 parent 2dd2152 commit 84433e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '6.0.x'
15+
dotnet-version: '9.0.x'
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v2
1818
with:

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.0.0-beta-1
1+
## 5.0.0-beta-2
22
* Breaking: Remove support for React 17 (#99), thanks @kerams
33

44
## 4.0.0

0 commit comments

Comments
 (0)