We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae01dd3 commit ae1ec7eCopy full SHA for ae1ec7e
.github/workflows/release.yml
@@ -20,6 +20,12 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
23
+ - name: Setup .NET Core
24
+ uses: actions/setup-dotnet@v5
25
+ with:
26
+ dotnet-version: |
27
+ 10.x
28
+
29
- name: Build & pack
30
id: build_pack
31
run: dotnet build ClickHouse.Driver\ClickHouse.Driver.csproj --configuration Release /p:Version=${{ inputs.version }}
0 commit comments