Skip to content

Commit

Permalink
ci: remove install action
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Jul 5, 2022
1 parent 4ad278e commit 490754b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
# cache: 'pnpm'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: pnpm install
# - name: Install Dependencies
# run: pnpm install
- name: Publish
run: pnpm publish
env:
Expand Down

0 comments on commit 490754b

Please sign in to comment.