Skip to content

Commit c637963

Browse files
committed
Fix release.yml
1 parent 6a83a07 commit c637963

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: Build phar
3131
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
3232

33-
- name: Upload phar
34-
run: gh release upload v"${RELEASE_VERSION}" deployer.phar
35-
env:
36-
GH_TOKEN: ${{ github.token }}
37-
3833
- name: Sign phar
3934
run: |
4035
mkdir -p ~/.gnupg/
@@ -47,6 +42,11 @@ jobs:
4742
${{ secrets.GPG_SIGNING_KEY }}
4843
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4944

45+
- name: Upload phar
46+
run: gh release upload v"${RELEASE_VERSION}" deployer.phar
47+
env:
48+
GH_TOKEN: ${{ github.token }}
49+
5050
- name: Upload signature
5151
run: gh release upload v"${RELEASE_VERSION}" deployer.phar.asc
5252
env:

0 commit comments

Comments
 (0)