From da7aeb3756a17b31cb757eada97591fb419ed4a7 Mon Sep 17 00:00:00 2001 From: xion Date: Sat, 28 Sep 2024 22:43:12 +0800 Subject: [PATCH] fix: publish test --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51cebd0..4813b60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,9 +12,6 @@ jobs: # Step 1: Clone current Git repository - name: Checkout this repository uses: actions/checkout@v3 - # Setop 2: list files in current directory - - name: List files in current directory - run: ls -al # Step 3: Setup Node.js and install dependencies - name: Setup Node.js uses: actions/setup-node@v2 @@ -26,6 +23,8 @@ jobs: # Step 4: Install dependencies - name: Install dependencies run: npm install + - name: List files in current directory + run: ls -alh # Step 5: Publish to npm - name: Publish package run: npm publish