ci/cd - fix typo in beta/release (again)

This commit is contained in:
florian 2023-04-29 21:00:07 +02:00
parent 11f86ea754
commit 312757594c
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 4 additions and 4 deletions

View File

@ -390,7 +390,7 @@ jobs:
needs: [doc-pdf]
permissions:
contents: write
uses: ./.github/workflow/push-github.yml
uses: ./.github/workflows/push-github.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
PRERELEASE: true
@ -400,7 +400,7 @@ jobs:
needs: [publish-gh]
permissions:
contents: write
uses: ./.github/workflow/push-doc.yml
uses: ./.github/workflows/push-doc.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
ALIAS: beta

View File

@ -366,7 +366,7 @@ jobs:
needs: [doc-pdf]
permissions:
contents: write
uses: ./.github/workflow/push-github.yml
uses: ./.github/workflows/push-github.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
PRERELEASE: false
@ -376,7 +376,7 @@ jobs:
needs: [publish-gh]
permissions:
contents: write
uses: ./.github/workflow/push-doc.yml
uses: ./.github/workflows/push-doc.yml
with:
VERSION: ${{ jobs.wait-builds.steps.getversion.outputs.version }}
ALIAS: latest