Skip to content

Commit fbe0056

Browse files
committed
Play with sondreb/action-release
1 parent 7e2816d commit fbe0056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
chmod +x ./box
7878
sudo mv ./box /usr/local/bin
7979
80-
- name: Build Zephir PHAR
80+
- name: Build Application PHAR
8181
run: |
8282
.github/build-phar.sh
8383
ls -al ./example.phar
@@ -103,7 +103,7 @@ jobs:
103103
tag: ${{ steps.get-version.outputs.version }}
104104
name: ${{ steps.get-version.outputs.version }}
105105
body: 'Next stable release.'
106-
draft: false
106+
draft: true
107107
prerelease: false
108108

109109
# - name: Upload Release Asset

0 commit comments

Comments
 (0)