Skip to content

Commit

Permalink
fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin committed Mar 25, 2024
1 parent 8b915c2 commit 95e2b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ env.USE_STAGE == 'true' }}
run: |
cp $HOME/.m2/settings.xml /tmp/settings.xml
cp -vf .github/configs/settings.xml $HOME/.m2/settings.xml && cat $HOME/.m2/settings.xml
cp -vf .github/workflows/configs/settings.xml $HOME/.m2/settings.xml && cat $HOME/.m2/settings.xml
- name: 1. Download SVN Sources
run: |
Expand Down

0 comments on commit 95e2b49

Please sign in to comment.