File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ name: release-please
6
6
7
7
on :
8
8
push :
9
+ paths :
10
+ - ' packages/bootstrap-vue-3/**'
11
+ - ' .github/workflows/release-please.yaml'
9
12
branches :
10
13
- main
11
14
28
31
package-name : bootstrap-vue-3
29
32
bump-minor-pre-major : true
30
33
bump-patch-for-minor-pre-major : true
34
+
35
+ - name : echo
36
+ run : echo release_created {{ steps.release.outputs.release_created }} upload_url {{ steps.release.outputs.upload_url }} html_url {{ steps.release.outputs.html_url }} tag_name {{ steps.release.outputs.tag_name }} major {{ steps.release.outputs.major }} minor {{ steps.release.outputs.minor }} patch {{ steps.release.outputs.patch }} sha {{ steps.release.outputs.sha }} pr {{ steps.release.outputs.pr }} prs {{ steps.release.outputs.prs }}
31
37
32
38
# The logic below handles the npm publication:
33
39
50
56
if : ${{ steps.release.outputs.release_created }}
51
57
52
58
- name : Install dependencies
53
- run : pnpm install
59
+ run : pnpm install --ignore-scripts
54
60
if : ${{ steps.release.outputs.release_created }}
55
61
56
62
- name : Publish
You can’t perform that action at this time.
0 commit comments