File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ jobs:
2121 outputs :
2222 release_created : ${{ steps.release.outputs.release_created }}
2323 tag : ${{ steps.release.outputs.tag_name }}
24- info : ${{ toJSON(steps.release.outputs) }}
2524 steps :
2625 - uses : googleapis/release-please-action@v4
2726 id : release
2827 with :
2928 release-type : php
29+ - name : Output release variables
30+ run : echo ${{ toJSON(steps.release.outputs) }}
3031 upload_phar :
3132 needs :
3233 - release-please
3940 with :
4041 name : build-${{ github.sha }}-8.3
4142 path : mysql2jsonl
42- - name : Print for debug release output
43- run : echo ${{ needs.release-please.outputs.info }}
4443 - name : Release artifact
4544 run : gh release upload ${{ needs.release-please.outputs.tag }} mysql2jsonl
4645 env :
You can’t perform that action at this time.
0 commit comments