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 155bd20 commit 139b8c2Copy full SHA for 139b8c2
scripts/artifact_tagging.js
@@ -26,5 +26,5 @@ _exec(`git add --force lib _bundles`);
26
_exec(`git commit -m 'chore(*): commiting build files'`);
27
_exec(`git tag ${version}-artifacts`);
28
_exec(`git push -u origin ${version}-artifacts`);
29
-_exec(`git branch -D ${version}-artifacts-prep`);
30
_exec(`git checkout -b master`);
+_exec(`git branch -D ${version}-artifacts-prep`);
0 commit comments