Skip to content

Commit c7b682c

Browse files
committed
ci: fix last commit
1 parent 4169c63 commit c7b682c

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 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 }}
3737

3838
# The logic below handles the npm publication:
3939

0 commit comments

Comments
 (0)