Skip to content

Commit ecfb9dd

Browse files
committed
fix release script error
1 parent 159f363 commit ecfb9dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

+7-7
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]
@@ -59,4 +59,4 @@ jobs:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
tag: ${{ env.RELEASE_TAG }}
6161
name: ${{ env.RELEASE_TAG }}
62-
files: kite-${{ env.RELEASE_TAG }}.phar
62+
# files: kite-${{ env.RELEASE_TAG }}.phar

0 commit comments

Comments
 (0)