Skip to content

Commit acceabb

Browse files
committed
Fix publish workflow
1 parent d1a30cb commit acceabb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: "9.0.x"
18+
dotnet-version: |
19+
6.0.x
20+
7.0.x
21+
8.0.x
22+
9.0.x
1923
- name: Set version from tag
2024
run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
2125
- name: Restore dependencies

0 commit comments

Comments
 (0)