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 b71dca2 commit 32b7d72Copy full SHA for 32b7d72
1 file changed
.github/workflows/release-preview.yml
@@ -28,15 +28,15 @@ jobs:
28
- name: ⚙️ Setup GIT versioning
29
uses: dotnet/nbgv@v0.4.0
30
31
- - name: ⚙️ Setup dotnet 5.0.x
32
- uses: actions/setup-dotnet@v1
+ - name: ⚙️ Setup dotnet versions
+ uses: actions/setup-dotnet@v2
33
with:
34
- dotnet-version: '5.0.x'
35
-
36
- - name: ⚙️ Setup dotnet 6.0.x
37
38
- with:
39
- dotnet-version: 6.0.x
+ dotnet-version: |
+ 3.1.x
+ 5.0.x
+ 6.0.x
+ 7.0.x
+ include-prerelease: true
40
41
- name: 🛠️ Update tokens in project files
42
uses: cschleiden/replace-tokens@v1
0 commit comments