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 6747dee commit 4190ec7Copy full SHA for 4190ec7
.github/workflows/dotnet-release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET Core
14
uses: actions/setup-dotnet@v1
15
with:
16
- dotnet-version: 3.1.101
+ dotnet-version: 3.1.401
17
- name: Test
18
run: ./build.sh --target test --no-logo
19
semantic-release:
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- name: Semantic Release
31
uses: cycjimmy/semantic-release-action@v2
32
.github/workflows/dotnet-test.yml
@@ -17,6 +17,6 @@ jobs:
20
21
22
0 commit comments