Skip to content

Commit

Permalink
ci(publish.yml): update CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Nov 17, 2023
1 parent 12d0d20 commit f5f7e15
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 @@ -36,12 +36,11 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm semantic-release
Expand Down

0 comments on commit f5f7e15

Please sign in to comment.