Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 24, 2022
1 parent b173192 commit 79308d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -20,19 +20,16 @@ jobs:

- run: corepack enable

- name: Setup
run: npm i -g @antfu/ni pnpm

- run: npx changelogithub
continue-on-error: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install Dependencies
run: nci
run: pnpm i

- name: PNPM build
run: nr build
run: pnpm run build

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
Expand Down

0 comments on commit 79308d4

Please sign in to comment.