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 32b7d72 commit 47593bbCopy full SHA for 47593bb
1 file changed
.github/workflows/release.yml
@@ -59,15 +59,15 @@ jobs:
59
with:
60
setAllVars: true
61
62
- - name: ⚙️ Setup dotnet 5.0.x
63
- uses: actions/setup-dotnet@v1
+ - name: ⚙️ Setup dotnet versions
+ uses: actions/setup-dotnet@v2
64
65
- dotnet-version: '5.0.x'
66
-
67
- - name: ⚙️ Setup dotnet 6.0.x
68
69
- with:
70
- dotnet-version: 6.0.x
+ dotnet-version: |
+ 3.1.x
+ 5.0.x
+ 6.0.x
+ 7.0.x
+ include-prerelease: true
71
72
- name: 🛠️ Update changelog
73
uses: thomaseizinger/keep-a-changelog-new-release@1.2.1
0 commit comments