Skip to content

Commit

Permalink
[VAN-127175] Renamed default values for manual releasaes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 25, 2024
1 parent 142e9f5 commit c4ceba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
description: 'The base branch for the Python SDK PR'
required: true
type: string
default: 'main'
python_sdk_branch:
description: 'The branch to push the generated Python SDK to'
required: true
Expand All @@ -16,7 +15,6 @@ on:
description: 'Additional version postfix for the SDK'
required: false
type: string
default: ''
env:
SPEC_DIR: ${{ github.workspace }}/specs_preprocessed
PYTHON_DIR: ${{ github.workspace }}/sdk-blueprints/python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
description: 'The branch to push the generated SDK to'
required: true
type: string
default: 'release-postfix'
default: 'release-beta'
version_postfix:
description: 'Additional version postfix for the SDK'
required: true
type: string
default: ''
default: 'beta1'
push:
branches:
- 'release-**'
Expand Down

0 comments on commit c4ceba4

Please sign in to comment.