Skip to content

Commit

Permalink
ci: publish changelog before release
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 29, 2023
1 parent 989ec77 commit db17848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
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 db17848

Please sign in to comment.