From afbe98837182d5b0924be66208a2cc1b171237a0 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 21 Sep 2024 00:53:11 +0300 Subject: [PATCH] ci(actions): Go back to released versions of Fontship We can't switch back to the action syntax until the upstream manifest gets updated, see https://github.com/theleagueof/fontship/issues/147. --- .github/workflows/fontship.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fontship.yml b/.github/workflows/fontship.yml index 8e76e3b0..fcb2c53a 100644 --- a/.github/workflows/fontship.yml +++ b/.github/workflows/fontship.yml @@ -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: