Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
[Hotfix]: Path to script file
  • Loading branch information
dschiese authored Aug 21, 2024
1 parent 674e309 commit 000f617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Determine release list
run: |
chmod +x ./version_script.sh
./version_script.sh
chmod +x ../../service_config/version_script.sh
../../service_config/version_script.sh
- name: Deploy and Release artifact
run: |
Expand Down

0 comments on commit 000f617

Please sign in to comment.