Skip to content

Commit

Permalink
ci(actions): Go back to released versions of Fontship
Browse files Browse the repository at this point in the history
We can't switch back to the action syntax until the upstream manifest
gets updated, see theleagueof/fontship#147.
  • Loading branch information
alerque committed Sep 20, 2024
1 parent 13a9d62 commit afbe988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
id: fontship
uses: docker://ghcr.io/theleagueof/fontship:master
# uses: theleagueof/fontship@v0
uses: docker://ghcr.io/theleagueof/fontship:v0
with:
args: make dist
# uses: theleagueof/fontship@v0
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit afbe988

Please sign in to comment.