Skip to content

Commit

Permalink
RC: Commit the patched font subset to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Jan 3, 2022
1 parent adcef8e commit b7866f2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:
cd -- "$GITHUB_WORKSPACE/bin/scripts"
GITHUB_TOKEN=$GITHUB_TOKEN PRERELEASE=$RELEASE_CANDIDATE ./upload-archives.sh $RELEASE_TAG_VERSION "FontPatcher"
commit:
name: Commit and push patched fonts to the repo
needs: build
Expand All @@ -203,10 +202,9 @@ jobs:
name: patched-fonts
path: .

# uncommment once structure is correct
# - uses: EndBug/add-and-commit@v7
# with:
# add: 'patched-fonts'
# message: Rebuilds patched fonts
# committer_name: GitHub Actions
# committer_email: 41898282+github-actions[bot]@users.noreply.github.com
- uses: EndBug/add-and-commit@v7
with:
add: 'patched-fonts'
message: Rebuilds patched fonts
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit b7866f2

Please sign in to comment.