Skip to content

Commit 4169c63

Browse files
committed
ci: echo release-please outputs for testing
1 parent cfdb568 commit 4169c63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ name: release-please
66

77
on:
88
push:
9+
paths:
10+
- 'packages/bootstrap-vue-3/**'
11+
- '.github/workflows/release-please.yaml'
912
branches:
1013
- main
1114

@@ -28,6 +31,9 @@ jobs:
2831
package-name: bootstrap-vue-3
2932
bump-minor-pre-major: true
3033
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 }}
3137

3238
# The logic below handles the npm publication:
3339

@@ -50,7 +56,7 @@ jobs:
5056
if: ${{ steps.release.outputs.release_created }}
5157

5258
- name: Install dependencies
53-
run: pnpm install
59+
run: pnpm install --ignore-scripts
5460
if: ${{ steps.release.outputs.release_created }}
5561

5662
- name: Publish

0 commit comments

Comments
 (0)