Loading .github/workflows/build.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.github/workflows/build.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading