Skip to content

Commit

Permalink
chore: run changelogithub first
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 4, 2024
1 parent 93be758 commit be888c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Install dependencies
run: pnpm i --frozen-lockfile

- run: pnpm dlx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Build CLI & Publish to npm
run: pnpm --filter shadcn-vue pub:release
env:
Expand All @@ -33,7 +37,3 @@ jobs:
run: pnpm --filter shadcn-nuxt pub:release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: pnpm dlx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit be888c8

Please sign in to comment.