chore: run changelogithub first
This commit is contained in:
parent
93be758257
commit
be888c80b6
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i --frozen-lockfile
|
run: pnpm i --frozen-lockfile
|
||||||
|
|
||||||
|
- run: pnpm dlx changelogithub
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
||||||
- name: Build CLI & Publish to npm
|
- name: Build CLI & Publish to npm
|
||||||
run: pnpm --filter shadcn-vue pub:release
|
run: pnpm --filter shadcn-vue pub:release
|
||||||
env:
|
env:
|
||||||
|
|
@ -33,7 +37,3 @@ jobs:
|
||||||
run: pnpm --filter shadcn-nuxt pub:release
|
run: pnpm --filter shadcn-nuxt pub:release
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- run: pnpm dlx changelogithub
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user