We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73139fa commit e3db10aCopy full SHA for e3db10a
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,7 @@ on:
13
type: string
14
tag:
15
description: NPM tag
16
- default: 'latest'
+ default: 'next' # set to latest after v1 release
17
18
19
permissions:
@@ -150,7 +150,7 @@ jobs:
150
path: lucide-font
151
152
post-release:
153
- if: github.repository == 'lucide-icons/lucide'
+ if: github.repository == 'lucide-icons/lucide' && github.event_name != 'workflow_call'
154
runs-on: ubuntu-latest
155
needs: [prepare, lucide-font]
156
@@ -168,6 +168,7 @@ jobs:
168
uses: softprops/action-gh-release@v2
169
with:
170
tag_name: ${{ needs.prepare.outputs.VERSION }}
171
+
172
files: |
173
lucide-font-${{ needs.prepare.outputs.VERSION }}.zip
174
lucide-icons-${{ needs.prepare.outputs.VERSION }}.zip
0 commit comments