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 04f8a0a commit 50bffabCopy full SHA for 50bffab
.github/workflows/release.yml
@@ -20,14 +20,13 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
23
- # - name: Setup .NET SDK
24
- # uses: actions/setup-dotnet@v4
25
- # with:
26
- # dotnet-version: '8.x'
+ - name: Setup .NET SDK
+ uses: actions/setup-dotnet@v4
+ with:
+ dotnet-version: '8.x'
27
28
- # Run tests
29
- # - name: Test
30
- # run: dotnet test ConvertApi.Cli.Tests
+ - name: Test
+ run: dotnet test ConvertApi.Cli.Tests
31
32
- name: Create Release
33
id: create_release
0 commit comments