Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 2 additions & 18 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,11 @@ jobs:
node-version: 20
cache: pnpm

# Disabled due to https://github.com/tj-actions/changed-files/issues/2463
# - name: Run changed-files
# id: changed-files
# uses: tj-actions/changed-files@v44
# with:
# separator: ' '
# dir_names: 'true'
# dir_names_max_depth: '2' # truncates the path to packages/package-name
# files: |
# packages/**

- name: install dependencies
run: pnpm install

- name: build
run: pnpm build

# - name: publish preview
# if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
# env:
# CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
# # run: |
# # node scripts/get-deps-to-publish.js
# run: pnpm dlx pkg-pr-new@0.0 publish --pnpm './packages/*'
- name: publish preview
run: pnpm dlx pkg-pr-new@0.0 publish --bin --pnpm './packages/*'
65 changes: 0 additions & 65 deletions scripts/get-deps-to-publish.js

This file was deleted.