Skip to content

Commit 1512e8f

Browse files
authored
define a origin branch
1 parent 96e1a3f commit 1512e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
git add docs
2727
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
28-
git push
28+
git push origin master
2929
publish:
3030
needs: [generateJavadoc]
3131
if: success()

0 commit comments

Comments
 (0)