ci(release): Fix publishing scoped packages

This commit is contained in:
Eric Fennis
2025-04-02 08:41:11 +02:00
parent 9fa525e8c6
commit acdcf74faf
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ jobs:
run: pnpm --filter ${{ matrix.package }} test
- name: Publish
run: pnpm --filter ${{ matrix.package }} publish --no-git-checks --ignore-scripts
run: pnpm --filter ${{ matrix.package }} publish --access public --no-git-checks --ignore-scripts
lucide-static:
if: github.repository == 'lucide-icons/lucide'