chore: release next tag
This commit is contained in:
parent
dc5c3fbb3c
commit
2326784ba0
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
# .github/workflows/release.yml
|
# .github/workflows/release.yml
|
||||||
|
|
||||||
name: Release
|
name: Release (next)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -29,11 +29,11 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
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:next
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- name: Build Module & Publish to npm
|
- name: Build Module & Publish to npm
|
||||||
run: pnpm --filter shadcn-nuxt pub:release
|
run: pnpm --filter shadcn-nuxt pub:next
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest watch",
|
"test:watch": "vitest watch",
|
||||||
"release": "pnpm run prepack && pnpm publish && git push --follow-tags",
|
"release": "pnpm run prepack && pnpm publish && git push --follow-tags",
|
||||||
|
"pub:next": "pnpm prepack && pnpm publish --no-git-checks --access public --tag next",
|
||||||
"pub:release": "pnpm prepack && pnpm publish --no-git-checks --access public"
|
"pub:release": "pnpm prepack && pnpm publish --no-git-checks --access public"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user