Skip to content

Commit 5e342de

Browse files
committed
ci: echo steps test
1 parent a3cefbd commit 5e342de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
bump-patch-for-minor-pre-major: true
3434

3535
- 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 ${{ steps.release.outputs }}
3737

3838
# The logic below handles the npm publication:
3939

0 commit comments

Comments
 (0)