We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83a07 commit c637963Copy full SHA for c637963
.github/workflows/release.yml
@@ -30,11 +30,6 @@ jobs:
30
- name: Build phar
31
run: php -d phar.readonly=0 bin/build -v"$RELEASE_VERSION"
32
33
- - name: Upload phar
34
- run: gh release upload v"${RELEASE_VERSION}" deployer.phar
35
- env:
36
- GH_TOKEN: ${{ github.token }}
37
-
38
- name: Sign phar
39
run: |
40
mkdir -p ~/.gnupg/
@@ -47,6 +42,11 @@ jobs:
47
42
${{ secrets.GPG_SIGNING_KEY }}
48
43
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
49
44
45
+ - name: Upload phar
46
+ run: gh release upload v"${RELEASE_VERSION}" deployer.phar
+ env:
+ GH_TOKEN: ${{ github.token }}
+
50
- name: Upload signature
51
run: gh release upload v"${RELEASE_VERSION}" deployer.phar.asc
52
env:
0 commit comments