Skip to content

Commit fb89755

Browse files
committed
fix: use dotnet 9 for dotnet pack
1 parent 107c108 commit fb89755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish dotnet Templates
33
on:
44
push:
55
tags:
6-
- 'dotnet-v*'
6+
- "dotnet-v*"
77

88
jobs:
99
publish:
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: '5.0.x'
15+
dotnet-version: "9.0.x"
1616
- name: Pack
1717
run: |
1818
cd dotnet

0 commit comments

Comments
 (0)