Skip to content

Commit

Permalink
Add git config & fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed May 26, 2024
1 parent e102100 commit 9481a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
deno-version: v1.x
- run: deno task json
- run: git config --global user.name 'GitHub Action'
- run: git config --global user.email '[email protected]'
- run: git fetch
- run: git checkout bundled
- run: git show main:output/lexicon.json > lexicon.json
- run: git push origin bundled
Expand Down

0 comments on commit 9481a7c

Please sign in to comment.