Skip to content

Commit

Permalink
Don't split the monorepo twice on tags
Browse files Browse the repository at this point in the history
This was leading to some issues when tagging as the split
was run twice, though the split and tags always got successfully
pushed, just sometimes the duplicates failed.
  • Loading branch information
addwiki-ci committed Feb 16, 2021
1 parent ea50112 commit 289f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.8-dev"
"dev-main": "2.9-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 289f573

Please sign in to comment.