Skip to content

Commit 2164361

Browse files
authored
actually define master branch here
1 parent 1512e8f commit 2164361

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout Code
1414
uses: actions/checkout@v2.3.2
15+
with:
16+
ref: 'master'
1517
- name: Set up Java 11
1618
uses: actions/setup-java@v1
1719
with:
@@ -25,7 +27,7 @@ jobs:
2527
2628
git add docs
2729
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
28-
git push origin master
30+
git push
2931
publish:
3032
needs: [generateJavadoc]
3133
if: success()

0 commit comments

Comments
 (0)