Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Add auto-bump logic to CDK command #32721

Closed
wants to merge 20 commits into from
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Joe Reuter committed Nov 22, 2023
commit ade561038dcc20027e5a9161fcc08852677b623c
5 changes: 5 additions & 0 deletions .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ jobs:
repository: airbytehq/airbyte
token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
ref: flash1293/auto-bump-${{needs.bump-version.outputs.new_cdk_version}}
# This is required because airbyte-ci is using origin/master to check for changed files
- name: Set Origin
run: |
git remote add origin https://github.com/airbytehq/airbyte.git
git fetch origin master --depth=1
- name: Bump connector versions and changelog
run: |
pipx install --editable --force airbyte-ci/connectors/pipelines/
Expand Down