diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fc4d46b7..ecf5a648e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,10 @@ name: Release Packages on: push: - tags: - - 'v*' + # tags: + # - 'v*' + branches: + - '**' workflow_dispatch: inputs: @@ -262,6 +264,16 @@ jobs: name: lucide-preact-package-json path: packages/lucide-preact/package.json + lucide-flutter: + runs-on: ubuntu-latest + # needs: pre-build + steps: + - uses: actions/checkout@v2 + - uses: actions/cache@v2 + - name: Run flutter + run: flutter sdk-path + + upload-package-jsons: if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest