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 44
44
shell : bash
45
45
- name : Download build package
46
46
run : gh release download v${{ env.PHAR_TOOL_VERSION }} -R=${{ env.PHAR_TOOL_REPOSITORY }}
47
- shell : bash
47
+ env :
48
+ GH_TOKEN : ${{ github.token }}
48
49
- name : Build package
49
50
run : |
50
51
chmod +x ./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar
51
52
./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar build ./ mysql2json
52
- shell : bash
Original file line number Diff line number Diff line change 45
45
run : |
46
46
chmod +x ./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar
47
47
./phar-composer-${{ env.PHAR_TOOL_VERSION }}.phar build ./ mysql2json
48
+ env :
49
+ GH_TOKEN : ${{ github.token }}
48
50
- name : Upload package
49
- run : gh release upload ${{ needs.release-please.outputs.tag }} mysql2json
51
+ run : gh release upload ${{ needs.release-please.outputs.tag }} mysql2json
52
+ env :
53
+ GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments