Skip to content

Commit

Permalink
SP-239 Commit to subversion when release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Oct 6, 2023
1 parent 858418e commit 1eedc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ echo "Add version to tags"
svn add tags/$VERSION

echo "Commit"
svn commit -m "Tagging version $VERSION" --no-auth-cache --non-interactive --force-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"
svn commit -m "Tagging version $VERSION" --no-auth-cache --non-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"

0 comments on commit 1eedc37

Please sign in to comment.