Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 19, 2023
1 parent af0f081 commit e0c5c67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
find . -type f -name '*.DS_Store' -delete
rm icons.zip
- name: Process icons
if: steps.new-version.outputs.exists
run: |
grep -Lir "fill=" resources/svg | xargs sed -i "s/<svg/<svg fill=\"currentColor\"/"
- name: Update .version
if: steps.new-version.outputs.exists
run: echo ${{ steps.latest-version.outputs.release }} > ./.version
Expand Down

0 comments on commit e0c5c67

Please sign in to comment.