Skip to content

Commit 302a906

Browse files
committed
ci(actions): Use Fontship at master until we finish debuging release process
1 parent c935cd9 commit 302a906

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fontship.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
git fetch --prune --tags ||:
1919
- name: Fontship make
2020
id: fontship
21-
uses: theleagueof/fontship@v0
21+
uses: docker://ghcr.io/theleagueof/fontship:master
22+
with:
23+
args: make dist
24+
# uses: theleagueof/fontship@v0
2225
- name: Upload artifacts
2326
uses: actions/upload-artifact@v4
2427
with:

0 commit comments

Comments
 (0)