From b1159f84e335157adbb35a7b80c27131d73744be Mon Sep 17 00:00:00 2001 From: Alexander Bohndorf Date: Fri, 7 Jun 2024 12:38:01 +0200 Subject: [PATCH] [BUGFIX] Fix github action to deploy to TER --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cfec38..5c43444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,6 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v4 - - uses: sitegeist/typo3-upload-ter@v2 + - uses: sitegeist/typo3-upload-ter@2.0.7 with: api-token: ${{ secrets.TYPO3_API_TOKEN }}