Commit b57d05d6 authored by malkoG's avatar malkoG
Browse files

(ci) Exclude examples from packaging

parent cafcf420
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ jobs:
      working-directory: ${{ github.workspace }}/fedify/
    - run: |
        pnpm install
        pnpm pack --recursive
        pnpm pack --recursive --filter="\!./examples/**"
        if [[ "$GITHUB_REF_TYPE" != tag ]]; then
          rm fedify-cli-*.tgz
        fi