Skip to content

Commit b239a1c

Browse files
committed
🔧 Fix publish workflows
.NET6 is needed to build
1 parent cd3e2c9 commit b239a1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
submodules: recursive
2222
fetch-depth: 0
2323

24+
- name: ⚙ dotnet 6.0.x
25+
uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: 6.0.x
28+
include-prerelease: true
29+
2430
- name: 🙏 build
2531
run: dotnet build -m:1 -p:version=${GITHUB_REF#refs/*/v}
2632

0 commit comments

Comments
 (0)