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:
21
21
outputs :
22
22
release_created : ${{ steps.release.outputs.release_created }}
23
23
tag : ${{ steps.release.outputs.tag_name }}
24
- info : ${{ toJSON(steps.release.outputs) }}
25
24
steps :
26
25
- uses : googleapis/release-please-action@v4
27
26
id : release
28
27
with :
29
28
release-type : php
29
+ - name : Output release variables
30
+ run : echo ${{ toJSON(steps.release.outputs) }}
30
31
upload_phar :
31
32
needs :
32
33
- release-please
39
40
with :
40
41
name : build-${{ github.sha }}-8.3
41
42
path : mysql2jsonl
42
- - name : Print for debug release output
43
- run : echo ${{ needs.release-please.outputs.info }}
44
43
- name : Release artifact
45
44
run : gh release upload ${{ needs.release-please.outputs.tag }} mysql2jsonl
46
45
env :
You can’t perform that action at this time.
0 commit comments