Skip to content

Commit

Permalink
fix: publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
abearxiong committed Sep 28, 2024
1 parent 11511db commit da7aeb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit da7aeb3

Please sign in to comment.