From efeb1c5388880e75aeda22b9828164e964b9e708 Mon Sep 17 00:00:00 2001 From: trent-codecov Date: Thu, 28 Mar 2024 12:59:31 -0400 Subject: [PATCH] Fix release --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f57dc5c0..5edeac321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: name: Push Staging Image needs: [build, test] if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/staging') && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.16 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.17 secrets: inherit with: environment: staging @@ -67,7 +67,7 @@ jobs: name: Push Production Image needs: [ build, test ] if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/prod') && github.repository_owner == 'codecov' }} - uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.12 + uses: codecov/gha-workflows/.github/workflows/push-env.yml@v1.2.17 secrets: inherit with: environment: production