Skip to content

Commit 7dac3d6

Browse files
authored
Fix retype publish by roll foward .NET in pipeline (#39)
* Fix retype publish by installing .NET 7 in pipeline * roll forward
1 parent 7670012 commit 7dac3d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313

1414
permissions:
1515
contents: write # to update the retype branch
16-
16+
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- uses: actions/setup-dotnet@v4
21+
2022
- name: Build with Retype
2123
uses: retypeapp/action-build@latest
2224
id: retype
25+
env:
26+
DOTNET_ROLL_FORWARD: LatestMajor
2327
with:
2428
config: docs/retype.yaml
2529
license: ${{ secrets.RETYPE_API_KEY }}

0 commit comments

Comments
 (0)