Skip to content

Commit 139b8c2

Browse files
committed
chore(*): artifact build script tweak
1 parent 155bd20 commit 139b8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/artifact_tagging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ _exec(`git add --force lib _bundles`);
2626
_exec(`git commit -m 'chore(*): commiting build files'`);
2727
_exec(`git tag ${version}-artifacts`);
2828
_exec(`git push -u origin ${version}-artifacts`);
29-
_exec(`git branch -D ${version}-artifacts-prep`);
3029
_exec(`git checkout -b master`);
30+
_exec(`git branch -D ${version}-artifacts-prep`);

0 commit comments

Comments
 (0)