Skip to content

Commit cb944fc

Browse files
committed
Update packageReadme.ts
1 parent 8f847a5 commit cb944fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/packageReadme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ function pushCommitGit (packages: string[]) {
1616
'git config user.email "41898282+github-actions[bot]@users.noreply.github.com"',
1717
'git config user.name "github-actions[bot]"',
1818
"git status",
19+
"git checkout " + process.env.REF,
1920
"git add scripts",
2021
`git commit -m ${JSON.stringify(title)} -m ${JSON.stringify(description.join('\n'))}`,
21-
"git checkout " + process.env.REF,
2222
"git push origins",
2323
];
2424

0 commit comments

Comments
 (0)