Skip to content

Commit

Permalink
Another place to change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed May 22, 2021
1 parent 8ca3b01 commit f157ea7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
composer-
- name: Set package version for Composer
uses: "ergebnis/composer-root-version-action@main"
uses: ergebnis/composer-root-version-action@0.2.1
with:
branch: "main"

Expand Down Expand Up @@ -124,6 +124,11 @@ jobs:
composer-${{ env.PHP_VERSION }}-
composer-
- name: Set package version for Composer
uses: ergebnis/composer-root-version-action@0.2.1
with:
branch: "main"

- name: Install dependencies
run: |
composer update --prefer-dist --no-interaction --no-progress
Expand Down

0 comments on commit f157ea7

Please sign in to comment.