fix-preprod-deploy (#9955)
This commit is contained in:
parent
7eac28087d
commit
df3b6add17
|
@ -7,6 +7,7 @@ jobs:
|
|||
deploy-to-legacy-preprod-env:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 'Get Previous tag'
|
||||
id: previoustag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
|
|
@ -120,6 +120,7 @@ jobs:
|
|||
RELEASE_VERSION: ${{ steps.previoustag.outputs.tag }}
|
||||
|
||||
deploy-to-legacy-preprod-env:
|
||||
needs: [release-images]
|
||||
uses: ./.github/workflows/deploy-preprod.yml
|
||||
secrets: inherit
|
||||
|
||||
|
|
Loading…
Reference in New Issue