Skip to content

Commit e47d4c6

Browse files
authored
Merge pull request #501 from VividLemon/dev
fix(workflow): publish only bv3 package
2 parents d6d5f63 + 48c6ac4 commit e47d4c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2217
-2207
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- run: pnpm test
4040

4141
- name: Publish
42-
run: pnpm publish
42+
run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ steps.release.outputs.release_created }}
5454

5555
- name: Publish
56-
run: pnpm publish
56+
run: pnpm publish --tag develop --filter .\packages\bootstrap-vue-3\
5757
env:
5858
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
5959
if: ${{ steps.release.outputs.release_created }}

apps/docs/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "docs",
3+
"version": "1.0.0",
24
"private": true,
35
"scripts": {
46
"dev": "vuepress dev docs",

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
3+
"version": "1.0.0",
34
"private": true,
4-
"version": "0.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)