Skip to content

Commit c2d09e9

Browse files
authored
Update run.sh
1 parent 619c3cd commit c2d09e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node "${GITHUB_ACTION_PATH}/scripts/update-package-version.js"
1616

1717
git checkout -b "${BRANCH_NAME}"
1818

19-
if ! (git add . && git commit -m "${NEW_VERSION}");
19+
if ! (git add . && git commit -m "${NEW_VERSION}" && git push);
2020
then
2121
echo "Error: No changes detected."
2222
exit 1

0 commit comments

Comments
 (0)