We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21fbe0 commit 38eacabCopy full SHA for 38eacab
.github/workflows/release.yml
@@ -11,14 +11,14 @@ jobs:
11
12
if: startsWith(github.ref, 'refs/tags/')
13
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
15
16
env:
17
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
18
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
22
23
- name: Get version
24
id: get-version
ext_emconf.php
@@ -18,7 +18,7 @@
'author_email' => '[email protected]',
'author_company' => 'DMK E-Business GmbH',
'shy' => 0,
- 'version' => '12.0.4',
+ 'version' => '12.0.5',
'priority' => '',
'module' => '',
'state' => 'stable',
0 commit comments