Skip to content

Commit

Permalink
commit changes in base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Jan 2, 2024
1 parent b12b491 commit 45d2dc3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
with:
python-version: 3.12.1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml
- name: Run Python script to update base branch version
run: python scripts/updateVersionName.py ${{ inputs.version_name }}

- name: Commit and Push Changes
run: |
git add .
git commit -m "Update version to ${{ inputs.version_name }}"
git push
# override vName with new version
# - name: Create release branch
# run: git checkout -b release/${{ inputs.version_name }}
Expand Down

0 comments on commit 45d2dc3

Please sign in to comment.