Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius authored Jan 27, 2023
1 parent 83c870c commit 017cd48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
run: scripts/download.sh

- name: Process
run: scripts/release.sh
run: |
git config --global user.name 'Github Actions'
git config --global user.email '[email protected]'
./scripts/release.sh

0 comments on commit 017cd48

Please sign in to comment.