Skip to content

Commit

Permalink
Update composer lock on release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekelmans authored Oct 26, 2020
1 parent 0a83790 commit 6ec0cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: '12'
- run: node update-composer-json.js ${{ github.event.client_payload.tag_name }}
- run: composer install --no-interaction
- run: composer update --no-interaction
- uses: dsaltares/fetch-gh-release-asset@0.0.5
with:
repo: "dbrekelmans/browser-driver-installer"
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
with:
tag_name: ${{ github.event.client_payload.tag_name }}
release_name: ${{ github.event.client_payload.release_name }}
prerelease: ${{ github.event.client_payload.prerelease }}
prerelease: ${{ github.event.client_payload.prerelease }}

0 comments on commit 6ec0cda

Please sign in to comment.