Skip to content

Commit

Permalink
Update Fontship version and workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 13, 2021
1 parent 978f762 commit dda6a3f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -16,7 +16,7 @@ jobs:
git fetch --prune --tags ||:
- name: Fontship make
id: fontship
uses: docker://theleagueof/fontship:v0.6.2
uses: theleagueof/fontship@latest
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand All @@ -30,4 +30,4 @@ jobs:
${{ steps.fontship.outputs.DISTDIR }}.zip
${{ steps.fontship.outputs.DISTDIR }}.tar.xz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
File renamed without changes.

0 comments on commit dda6a3f

Please sign in to comment.