File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 49
49
- name : Build package
50
50
run : |
51
51
chmod +x ./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar
52
- ./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar build ./ mysql2json
52
+ ./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar build ./ mysql2jsonl
53
+
54
+
55
+
56
+
Original file line number Diff line number Diff line change 19
19
needs : verify-release
20
20
runs-on : ubuntu-24.04
21
21
outputs :
22
- releases_created : ${{ steps.release.outputs.release_created }}
22
+ release_created : ${{ steps.release.outputs.release_created }}
23
23
tag : ${{ steps.release.outputs.tag_name }}
24
24
steps :
25
25
- uses : googleapis/release-please-action@v4
29
29
upload_phar :
30
30
needs : release-please
31
31
runs-on : ubuntu-24.04
32
- if : ${{ needs.release-please.outputs.releases_created == true }}
32
+ if : ${{ needs.release-please.outputs.release_created == true }}
33
33
steps :
34
34
- uses : actions/checkout@v4
35
35
with :
You can’t perform that action at this time.
0 commit comments