Skip to content

Commit

Permalink
Update on-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 17, 2023
1 parent da8dcf5 commit 915ce2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
run: |
curl https://vyxal.github.io/Vyxal/parsed_yaml.js >> parsed_yaml.js
mv parsed_yaml.js ${{github.event.client_payload.tag}}
- name: Finally, replace the imports in the files
run: |
cd ${{github.event.client_payload.tag}}
python ../helpers/overwrite_imports.py
- uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 915ce2c

Please sign in to comment.