Skip to content

Commit

Permalink
Merge branch 'release/12.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Jun 7, 2023
2 parents 4a6c149 + e0f2ff3 commit 3340822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
env:
TYPO3_EXTENSION_KEY: tinyurls
TYPO3_EXTENSION_KEY: html5mediakit
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
steps:
- name: Checkout repository
Expand Down
6 changes: 5 additions & 1 deletion Build/cleanup_for_ter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ fi

rm -Rf .git
rm -Rf .github
rm -Rf .phpstorm.meta.php
rm -Rf .Build
rm -Rf Build
rm -f .gitignore
rm -Rf Tests
rm -Rf typo3temp
rm -f .codeclimate.yml
rm -f .editorconfig
rm -f .gitignore
rm ready_for_release.txt

0 comments on commit 3340822

Please sign in to comment.