We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1512e8f commit 2164361Copy full SHA for 2164361
1 file changed
.github/workflows/release_actions.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: Checkout Code
14
uses: actions/checkout@v2.3.2
15
+ with:
16
+ ref: 'master'
17
- name: Set up Java 11
18
uses: actions/setup-java@v1
19
with:
@@ -25,7 +27,7 @@ jobs:
25
27
26
28
git add docs
29
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
- git push origin master
30
+ git push
31
publish:
32
needs: [generateJavadoc]
33
if: success()
0 commit comments