Skip to content

Commit 4483215

Browse files
committed
Update require to allow dev-X and X-dev
1 parent 7e55888 commit 4483215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
107107
108108
- name: Composer require the local rapidez/core
109-
run: composer require rapidez/core:"dev-${{ env.CORE_HASH }} as ${{ env.LATEST_TAG }}"
109+
run: composer require rapidez/core:"dev-${{ env.CORE_HASH }} || ${{ env.CORE_HASH }}-dev as ${{ env.LATEST_TAG }}"
110110

111111
- name: Install Rapidez command
112112
run: php artisan rapidez:install --frontendonly

0 commit comments

Comments
 (0)