File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
45
45
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
46
46
# Docs: https://getcomposer.org/doc/articles/scripts.md
47
47
48
- - name : Build phar and send to github assets
49
- run : |
50
- echo $RELEASE_TAG
51
- echo $RELEASE_NAME
52
- php -d phar.readonly=0 bin/kite phar:pack -o kite-${RELEASE_TAG}.phar --no-progress
53
- php kite-${RELEASE_TAG}.phar -V
48
+ # - name: Build phar and send to github assets
49
+ # run: |
50
+ # echo $RELEASE_TAG
51
+ # echo $RELEASE_NAME
52
+ # php -d phar.readonly=0 bin/kite phar:pack -o kite-${RELEASE_TAG}.phar --no-progress
53
+ # php kite-${RELEASE_TAG}.phar -V
54
54
55
55
# https://github.com/actions/create-release
56
56
-
uses :
meeDamian/[email protected]
59
59
token : ${{ secrets.GITHUB_TOKEN }}
60
60
tag : ${{ env.RELEASE_TAG }}
61
61
name : ${{ env.RELEASE_TAG }}
62
- files : kite-${{ env.RELEASE_TAG }}.phar
62
+ # files: kite-${{ env.RELEASE_TAG }}.phar
You can’t perform that action at this time.
0 commit comments