Skip to content

Commit

Permalink
Make the svn commit command verbose in order to debug network timeout…
Browse files Browse the repository at this point in the history
… issues while testing
  • Loading branch information
fullofcaffeine committed May 25, 2023
1 parent ac78cac commit da46aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ jobs:
run: |
svn st | grep '^?' | awk '{print $2}' | xargs -r svn add
svn st | grep '^!' | awk '{print $2}' | xargs -r svn rm
svn commit -m "Committing version $VERSION" \
svn commit -v -m "Committing version $VERSION" \
--no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"

0 comments on commit da46aba

Please sign in to comment.