File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,13 @@ jobs:
22
22
node-version : [16.x]
23
23
24
24
steps :
25
- - name : Clone repository
26
- uses : actions/checkout@v3
27
- # these if statements ensure that a publication only occurs when
28
- # a new release is created:
29
-
30
25
- name : Use release please
31
26
uses : google-github-actions/release-please-action@v3
32
27
id : release
33
28
with :
34
29
release-type : node
35
30
path : packages/bootstrap-vue-3
36
- package-name : bootstrap-vue-3
31
+ package-name : bootstrap-vue-4
37
32
bump-minor-pre-major : true
38
33
bump-patch-for-minor-pre-major : true
39
34
42
37
43
38
# The logic below handles the npm publication:
44
39
45
-
40
+ - name : Clone repository
41
+ uses : actions/checkout@v3
42
+ # these if statements ensure that a publication only occurs when
43
+ # a new release is created:
44
+ if : ${{ steps.release.outputs.release_created }}
46
45
47
46
- name : Install pnpm
48
47
You can’t perform that action at this time.
0 commit comments