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