Skip to content

Commit

Permalink
ci: updated release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed Aug 25, 2023
1 parent 0041487 commit f7f2672
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
node-version: 16.x
cache: pnpm

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

- name: Install
run: pnpm install --no-frozen-lockfile

Expand Down Expand Up @@ -68,3 +63,9 @@ jobs:

- name: Publish to npm
run: pnpm run publish:script

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

0 comments on commit f7f2672

Please sign in to comment.