Skip to content

Commit 792933f

Browse files
committed
swap pack step back
1 parent 66e960e commit 792933f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
id: pack
3333
working-directory: packages/pages-components
3434
run: |
35-
PACKAGE=$(pnpm pack)
36-
echo "package=$PACKAGE" >> $GITHUB_OUTPUT
35+
pnpm pack
36+
echo "package=$(ls *.tgz)" >> $GITHUB_OUTPUT
3737
3838
- name: Install packed library into consumer
3939
working-directory: test-sites/pages-components-starter

0 commit comments

Comments
 (0)