Skip to content

Commit 1f80d85

Browse files
committed
package publish test 8
1 parent e74e387 commit 1f80d85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-package-header.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
run: |
2020
pwd
2121
ls
22-
ls dist
2322
npm ci
2423
npm run lint
2524
npm run build
25+
ls
26+
ls dist
2627
- name: Upload package articfact
2728
uses: actions/upload-artifact@v4
2829
with:

0 commit comments

Comments
 (0)