File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
bump-patch-for-minor-pre-major : true
34
34
35
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 }}
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 }}
37
37
38
38
# The logic below handles the npm publication:
39
39
You can’t perform that action at this time.
0 commit comments