diff --git a/.github/workflows/deploy-preprod.yml b/.github/workflows/deploy-preprod.yml index 91797b24e6..a742a5e375 100644 --- a/.github/workflows/deploy-preprod.yml +++ b/.github/workflows/deploy-preprod.yml @@ -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" diff --git a/.github/workflows/release-master.yml b/.github/workflows/release-master.yml index e8bd2fddd4..3ae265fa21 100644 --- a/.github/workflows/release-master.yml +++ b/.github/workflows/release-master.yml @@ -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