Skip to content

Commit 5e6789e

Browse files
authored
core: re-enable preview releases (#488)
1 parent 4206971 commit 5e6789e

File tree

2 files changed

+2
-83
lines changed

2 files changed

+2
-83
lines changed

.github/workflows/preview-release.yml

+2-18
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,11 @@ jobs:
1919
node-version: 20
2020
cache: pnpm
2121

22-
# Disabled due to https://github.com/tj-actions/changed-files/issues/2463
23-
# - name: Run changed-files
24-
# id: changed-files
25-
# uses: tj-actions/changed-files@v44
26-
# with:
27-
# separator: ' '
28-
# dir_names: 'true'
29-
# dir_names_max_depth: '2' # truncates the path to packages/package-name
30-
# files: |
31-
# packages/**
32-
3322
- name: install dependencies
3423
run: pnpm install
3524

3625
- name: build
3726
run: pnpm build
3827

39-
# - name: publish preview
40-
# if: ${{ steps.changed-files.outputs.all_changed_files_count > 0 }}
41-
# env:
42-
# CHANGED_DIRS: ${{ steps.changed-files.outputs.all_changed_files }}
43-
# # run: |
44-
# # node scripts/get-deps-to-publish.js
45-
# run: pnpm dlx [email protected] publish --pnpm './packages/*'
28+
- name: publish preview
29+
run: pnpm dlx [email protected] publish --bin --pnpm './packages/*'

scripts/get-deps-to-publish.js

-65
This file was deleted.

0 commit comments

Comments
 (0)