Skip to content

Commit

Permalink
Fix update workflow (#12)
Browse files Browse the repository at this point in the history
* fix: empty svg directory before import

* chore: bump down version to trigger new update
  • Loading branch information
andreiio authored Apr 15, 2022
1 parent adeb61e commit 099e06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: steps.new-version.outputs.exists
run: |
curl -sSL https://github.com/lucaburgio/iconoir/archive/refs/tags/${{ steps.latest-version.outputs.release }}.zip -o iconoir.zip
rm resources/svg/*.svg
unzip -jo iconoir.zip 'iconoir-*/icons/*.svg' -d resources/svg
rm iconoir.zip
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.8.1
v4.8.0

0 comments on commit 099e06f

Please sign in to comment.