Skip to content

Commit

Permalink
ci: use changelogithub to generate github release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru authored Jun 20, 2022
1 parent 5c2e91a commit ad534dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
run: pnpm install

- name: GitHub Release
run: pnpm dlx conventional-github-releaser -p angular
run: pnpm dlx changelogithub
env:
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package
run: pnpm run publish:ci
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ad534dd

Please sign in to comment.