We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f1bd0 commit 0ae4435Copy full SHA for 0ae4435
2 files changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup .NET
11
uses: actions/setup-dotnet@v4.3.1
12
with:
13
- dotnet-version: '8.0.19'
+ dotnet-version: '8.0.x'
14
- name: Install tools
15
run: dotnet tool restore
16
- name: Build and Test
.github/workflows/pull-request.yml
@@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js environment
17
uses: actions/setup-node@v2.4.0
18
0 commit comments