Skip to content

Commit 4312c3c

Browse files
committed
chore(tooling): Use Action syntax again in CI instead of docker hack since we can
1 parent 65e1f5f commit 4312c3c

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,8 +18,7 @@ jobs:
1818
git fetch --prune --tags ||:
1919
- name: Fontship make
2020
id: fontship
21-
# uses: theleagueof/fontship@v0
22-
uses: docker://ghcr.io/theleagueof/fontship:v0
21+
uses: theleagueof/fontship@v0
2322
with:
2423
args: make dist
2524
- name: Upload artifacts

0 commit comments

Comments
 (0)