We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbecc20 commit 2fddcefCopy full SHA for 2fddcef
.github/workflows/release.yml
@@ -45,12 +45,12 @@ jobs:
45
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
46
# Docs: https://getcomposer.org/doc/articles/scripts.md
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
+ # - name: Build phar and send to github assets
+ # run: |
+ # echo $RELEASE_TAG
+ # echo $RELEASE_NAME
+ # php -d phar.readonly=0 bin/kite phar:pack -o kite-${RELEASE_TAG}.phar --no-progress
+ # php kite-${RELEASE_TAG}.phar -V
54
55
# https://github.com/actions/create-release
56
- uses: meeDamian/[email protected]
0 commit comments