Skip to content

Commit

Permalink
Improve tag deletion SVN commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 11, 2024
1 parent c6d4594 commit 887b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-svn-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ old_tags=$(echo "$svn_tags" | sort -V | head -n -10)

# Loop through old tags and delete them
for tag in $old_tags; do
svn delete "$SVN_REPO_URL/tags/$tag" --username "$SVN_USERNAME" --password "$SVN_PASSWORD" -m "Deleting old tag: $tag" --non-interactive --no-auth-cache
svn delete "$SVN_REPO_URL/tags/$tag" --username "$SVN_USERNAME" --password "$SVN_PASSWORD" -m "Delete old tag: $tag" --non-interactive --no-auth-cache
done

0 comments on commit 887b09c

Please sign in to comment.