From f0229422800285e04306b5f6c75fff71e7ef2d60 Mon Sep 17 00:00:00 2001 From: F4ever Date: Tue, 12 Dec 2023 14:56:19 +0100 Subject: [PATCH] fix release workflow --- .github/workflows/ci-prod.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index e7921e41..ed228a2e 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -7,12 +7,8 @@ on: permissions: {} jobs: - # test: - # ... - deploy: runs-on: ubuntu-latest - # needs: test name: Build and deploy steps: - name: Build prod image @@ -21,5 +17,5 @@ jobs: APP_ID: ${{ secrets.APP_ID }} APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} TARGET_REPO: "lidofinance/infra-mainnet" - TAG: "${{ steps.tag_name.outputs.TAG }}" + TAG: "${{ github.event.release.tag_name }}" TARGET_WORKFLOW: "build_critical_depositor_bot_staking_router.yaml"