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 GIT_COMMITTER_NAME: woodpecker GIT_COMMITTER_EMAIL: ci@sendico.io commands: - set -euo pipefail - apk add --no-cache git # make sure git knows who commits - git config user.name "$GIT_AUTHOR_NAME" - git config user.email "$GIT_AUTHOR_EMAIL" # run your script (must do commit + push) - sh ci/scripts/common/bump_version.sh