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 5, 2023
1 parent 3ad6e13 commit 5bb0676
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 --force-interactive --username "$SVN_USERNAME" --password "$SVN_PASSWORD"

0 comments on commit 5bb0676

Please sign in to comment.