Skip to content

Commit

Permalink
👷 Seems to work now, uncommenting the svn commit
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed Mar 17, 2021
1 parent dd41996 commit c29a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
svn status | grep '^\!' | sed 's/! *//' | xargs -I% svn rm %@ > /dev/null
svn cp "trunk" "tags/${{ env.version }}"
svn status
#svn commit -m "Update to version ${{ env.version }} from GitHub" --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
svn commit -m "Update to version ${{ env.version }} from GitHub" --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"

0 comments on commit c29a590

Please sign in to comment.