Skip to content

Commit

Permalink
FIx update json
Browse files Browse the repository at this point in the history
  • Loading branch information
sfionov committed Jan 23, 2024
1 parent f4a9a31 commit dc4b1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
pull_request_url.txt
- name: update json
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'pull_request'
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com>"
git config user.name "github-actions[bot]"
git fetch origin
./update.sh
git push origin master
ls -la

0 comments on commit dc4b1af

Please sign in to comment.