Skip to content

Commit

Permalink
Update to use @latest build action
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed Sep 18, 2024
1 parent 754c4c6 commit 219f826
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x

- uses: retypeapp/action-build@multi
- uses: retypeapp/action-build@latest
with:
license: ${{ secrets.RETYPE_SECRET }}

- uses: retypeapp/action-github-pages@latest
with:
update-branch: true
update-branch: true

0 comments on commit 219f826

Please sign in to comment.