Skip to content

Commit 1f86d2b

Browse files
Attempt to fix the phar build process
1 parent 1848984 commit 1f86d2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phar-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: composer install --no-dev --optimize-autoloader
2626

2727
- name: Inject version from tag
28-
run: sed -i "s/public const VERSION = .*/public const VERSION = '\${{ github.ref_name }}';/" src/Application.php
28+
run: sed -i "s/public const VERSION = .*/public const VERSION = '${{ github.ref_name }}';/" src/Application.php
2929

3030
- name: Build PHAR
3131
run: composer build-phar

0 commit comments

Comments
 (0)