Skip to content

Commit

Permalink
feat: Create release start job develop
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Oct 23, 2024
1 parent b16046d commit 48121cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: git checkout -b release/${{ inputs.release_version_name }}

- name: Run Python script to update release branch version
run: python scripts/updateVersionName.py ${{ inputs.release_version_name }}
run: python .github/workflows/scripts/updateVersionName.py ${{ inputs.release_version_name }}

- name: Push
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: git checkout -b update_version_to${{ inputs.development_version_name }}

- name: Run Python script to update base branch version
run: python scripts/updateVersionName.py ${{ inputs.development_version_name }}
run: python .github/workflows/scripts/updateVersionName.py ${{ inputs.development_version_name }}

- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit 48121cd

Please sign in to comment.