We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1a3f commit 1512e8fCopy full SHA for 1512e8f
.github/workflows/release_actions.yml
@@ -25,7 +25,7 @@ jobs:
25
26
git add docs
27
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
28
- git push
+ git push origin master
29
publish:
30
needs: [generateJavadoc]
31
if: success()
0 commit comments