ci/cd - fix typo in beta/release

This commit is contained in:
florian 2023-04-29 20:56:47 +02:00
parent ad16067420
commit 11f86ea754
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 2 additions and 0 deletions

View File

@ -401,6 +401,7 @@ jobs:
permissions:
contents: write
uses: ./.github/workflow/push-doc.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
ALIAS: beta

View File

@ -377,6 +377,7 @@ jobs:
permissions:
contents: write
uses: ./.github/workflow/push-doc.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
ALIAS: latest