From 099c77c6896204da6b67ebac4e16d4f9b359df93 Mon Sep 17 00:00:00 2001 From: Arthur Deygin <29574203+artdgn@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:15:19 +1100 Subject: [PATCH] fix retype-action.yml --- .github/workflows/retype-action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml index 9746a9d..85edcad 100644 --- a/.github/workflows/retype-action.yml +++ b/.github/workflows/retype-action.yml @@ -17,10 +17,14 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-dotnet@v1 + with: + dotnet-version: 7.0.x + - uses: retypeapp/action-build@latest # with: # license: ${{ secrets.RETYPE_SECRET }} - uses: retypeapp/action-github-pages@latest with: - update-branch: true \ No newline at end of file + update-branch: true