Skip to content

Commit

Permalink
Merge pull request #321 from dhis2/modify-release-start-job
Browse files Browse the repository at this point in the history
feat: Modify release start job
  • Loading branch information
andresmr authored Oct 23, 2024
2 parents b16046d + 48121cd commit 7f2c738
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 7f2c738

Please sign in to comment.