Skip to content

Commit

Permalink
Cleanup release process
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Feb 10, 2024
1 parent c4688a1 commit e56d0f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-20.04
env:
TYPO3_EXTENSION_KEY: ${{ secrets.TYPO3_EXTENSION_KEY }}
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}

steps:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
tools: composer:v2

- name: Install tailor
run: composer global require typo3/tailor --prefer-dist --no-progress
run: composer global require typo3/tailor --prefer-dist --no-progress --no-suggest

- name: Publish to TER
run: php ~/.composer/vendor/bin/tailor ter:publish --comment "${{ env.comment }}" ${{ env.version }}

0 comments on commit e56d0f3

Please sign in to comment.