Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 3, 2023
1 parent bad9f5f commit e5d4ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
source ./utils.sh # to get the bump_version function
# Get release version
release_version=$(get_sdk_version_from_setup_cfg)
release_version=$(get_sdk_version_from_pyproject_toml)
echo "Release version: $release_version"
# make sure release_version is greater than last github release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
curl https://raw.githubusercontent.com/kili-technology/kili-python-sdk/main/.github/scripts/utils.sh --output utils.sh
source ./utils.sh # to get the bump_version function
sdk_version=$(get_sdk_version_from_setup_cfg)
sdk_version=$(get_sdk_version_from_pyproject_toml)
# create a branch to merge the release branch and main
git checkout -b merge_release/$sdk_version
Expand Down

0 comments on commit e5d4ba3

Please sign in to comment.