There was an error while loading. Please reload this page.
1 parent 8fc3028 commit 081a450Copy full SHA for 081a450
1 file changed
.github/workflows/draft-release.yml
@@ -76,6 +76,10 @@ jobs:
76
77
git config user.name "github-actions[bot]"
78
git config user.email "github-actions[bot]@users.noreply.github.com"
79
+
80
+ # Clean up any leftover remote branch from a previous run
81
+ git push origin --delete "$BRANCH" 2>/dev/null || true
82
83
git checkout -b "$BRANCH"
84
85
# Replace the version line in the workspace Cargo.toml
0 commit comments