Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Dec 12, 2023
1 parent d4960e4 commit f022942
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ on:
permissions: {}

jobs:
# test:
# ...

deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Build prod image
Expand All @@ -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"

0 comments on commit f022942

Please sign in to comment.