Skip to content

Commit 2fddcef

Browse files
committed
fix release script error 2
1 parent dbecc20 commit 2fddcef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
4646
# Docs: https://getcomposer.org/doc/articles/scripts.md
4747

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
5454

5555
# https://github.com/actions/create-release
5656
- uses: meeDamian/[email protected]

0 commit comments

Comments
 (0)