Skip to content

Commit

Permalink
ci: publish changelog before build
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 10, 2023
1 parent 82fee6c commit df5d5cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:

- run: corepack enable

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install
run: pnpm i

Expand All @@ -33,7 +37,3 @@ jobs:
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit df5d5cc

Please sign in to comment.