Skip to content

Commit b005efe

Browse files
committed
ci(actions): Go back to released versions of Fontship
1 parent 13a9d62 commit b005efe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/fontship.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
git fetch --prune --tags ||:
1919
- name: Fontship make
2020
id: fontship
21-
uses: docker://ghcr.io/theleagueof/fontship:master
21+
uses: theleagueof/fontship@v0
2222
with:
2323
args: make dist
24-
# uses: theleagueof/fontship@v0
2524
- name: Upload artifacts
2625
uses: actions/upload-artifact@v4
2726
with:

0 commit comments

Comments
 (0)