Skip to content

Commit

Permalink
fix(action): release
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #3
  • Loading branch information
h7ml committed Jun 15, 2022
1 parent e974676 commit a7dff30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ jobs:
- name: Setup
run: npm i -g @antfu/ni pnpm

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

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

- name: PNPM build
run: nr build
Expand Down

0 comments on commit a7dff30

Please sign in to comment.