Skip to content

Commit c7e1001

Browse files
chore(artifact_tagging): fix script when checking out master
chore(artifact_tagging): Mark as executable
1 parent 5f3d731 commit c7e1001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/artifact_tagging.js

100644100755
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 checkout -b master`);
29+
_exec(`git checkout master`);
3030
_exec(`git branch -D ${version}-artifacts-prep`);

0 commit comments

Comments
 (0)