Skip to content

Commit

Permalink
[ISSUE #19981] further debugging on part-to-bump yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Jan 6, 2023
1 parent d2c35d4 commit 23e8458
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
default: "airbytehq/airbyte"
gitref:
description: "The git ref to check out from the specified repository."
required: true
required: false
default: issue-19981_avoid-race-condition-on-airbyte-cdk-release
part-to-bump:
description: "Choose the type of version upgrade : major|minor|patch"
required: true
required: false
default: patch
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
pip install bumpversion
cd airbyte-cdk/python
printenv
echo part-to-bump=${{ github.event.inputs.part-to-bump }}
bumpversion ${{ github.event.inputs.part-to-bump }}
- name: Commit and Push Changes
Expand Down

0 comments on commit 23e8458

Please sign in to comment.