Skip to content

Commit

Permalink
fix release in TER
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Feb 16, 2022
1 parent c2e2c3a commit b016a41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: TER release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs: [ lint-php]
needs: [ lint-php ]
env:
TYPO3_EXTENSION_KEY: 'ssi_include'
REPOSITORY_URL: 'https://github.com/andersundsehr/ssi_include'
Expand Down Expand Up @@ -53,7 +53,8 @@ jobs:
&& git config --global user.email "no@one" \
&& git config --global user.name "No One" \
&& git add ext_emconf.php \
&& jq '.require = .["ter-require"]' composer.json | sponge composer.json \
&& jq '.require = .["ter-require"]' composer.json > composer.json_tmp \
&& mv composer.json_tmp composer.json \
&& composer i --no-dev \
&& git add vendor -f \
&& git commit -m 'x' -n \
Expand Down

0 comments on commit b016a41

Please sign in to comment.