We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037d6d8 commit 10e460cCopy full SHA for 10e460c
.github/workflows/phar-build.yaml
@@ -25,9 +25,10 @@ jobs:
25
run: composer install --no-dev --optimize-autoloader
26
27
- name: Inject version from tag
28
- run: |
29
- VERSION=$(echo "${{ github.ref_name }}" | sed 's/^\\//')
30
- sed -i "s/public const VERSION = .*/public const VERSION = '$VERSION';/" src/Application.php
+ run: sed -i "s/public const VERSION = .*/public const VERSION = '${{ github.ref_name }}';/" src/Application.php
+
+ - name: Install Box
31
+ run: curl -Ls https://github.com/box-project/box/releases/download/4.6.6/box.phar -o tools/box
32
33
- name: Build PHAR
34
run: composer build-phar
0 commit comments