We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c2b13 commit 26271cdCopy full SHA for 26271cd
.github/workflows/retype-action.yml
@@ -17,6 +17,16 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
20
+ # Install .NET 7.0 SDK
21
+ - name: Set up .NET 7.0
22
+ uses: actions/setup-dotnet@v3
23
+ with:
24
+ dotnet-version: 7.0.0
25
+
26
+ # Continue with other steps (like installing retype, building docs, etc.)
27
+ - name: Install Retype
28
+ run: dotnet tool install --global retype --version 3.6.0
29
30
- uses: retypeapp/action-build@latest
31
# with:
32
# license: ${{ secrets.RETYPE_SECRET }}
0 commit comments