We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cefbd commit 5e342deCopy full SHA for 5e342de
.github/workflows/release-please.yaml
@@ -33,7 +33,7 @@ jobs:
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 }}
+ run: echo ${{ steps.release.outputs }}
37
38
# The logic below handles the npm publication:
39
0 commit comments