Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 6 additions & 6 deletions
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/github-release@2.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /