We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1848984 commit 1f86d2bCopy full SHA for 1f86d2b
1 file changed
.github/workflows/phar-build.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: composer install --no-dev --optimize-autoloader
26
27
- name: Inject version from tag
28
- run: sed -i "s/public const VERSION = .*/public const VERSION = '\${{ github.ref_name }}';/" src/Application.php
+ run: sed -i "s/public const VERSION = .*/public const VERSION = '${{ github.ref_name }}';/" src/Application.php
29
30
- name: Build PHAR
31
run: composer build-phar
0 commit comments