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 1f010a3 commit 73139faCopy full SHA for 73139fa
1 file changed
.github/workflows/release.yml
@@ -58,11 +58,11 @@ jobs:
58
'lucide-preact',
59
'lucide-solid',
60
'lucide-svelte',
61
- # '@lucide/angular', // <- Need to be release with custom tag
+ '@lucide/angular', # <- If published with next tag, latest tag need to be set: npm dist-tag add @lucide/angular@{version} latest
62
'@lucide/astro',
63
'@lucide/svelte',
64
'@lucide/icons',
65
- # '@lucide/vue', // <- Need to be release with custom tag
+ '@lucide/vue', # <- If published with next tag, latest tag need to be set: npm dist-tag add @lucide/vue@{version} latest
66
]
67
steps:
68
- uses: actions/checkout@v6
0 commit comments