We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b422ce9 commit 39c4d11Copy full SHA for 39c4d11
.github/workflows/sc.yml
@@ -53,6 +53,8 @@ jobs:
53
run: |
54
git switch main
55
git merge changepacks/main
56
+ # delete branch after merge
57
+ git branch -D changepacks/main
58
git push
59
60
# Publish Package
0 commit comments