depends_on: - bff - billing_fees - chain_gateway - db - frontend - fx_ingestor - fx_oracle - ledger - nats - notification - payments_orchestrator when: - event: push branch: main steps: - name: bump-version image: alpine:latest environment: GIT_AUTHOR_NAME: woodpecker GIT_AUTHOR_EMAIL: ci@sendico.io commands: - set -euo pipefail - apk add --no-cache git - sh ci/scripts/common/bump_version.sh