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.
2 parents 6061994 + aeccd61 commit 9c6eef1Copy full SHA for 9c6eef1
.github/workflows/update-from-template.yml
@@ -86,7 +86,7 @@ jobs:
86
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87
run: |
88
gh_pr_up() {
89
- gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@"
+ gh pr create -H "${{ env.UPDATE_BRANCH }}" "$@" || (git checkout "${{ env.UPDATE_BRANCH }}" && gh pr edit "$@")
90
}
91
gh_pr_up -B "${{ steps.main.outputs.current_branch }}" \
92
--title "Update from template" \
chartjs-java-model/pom.xml
@@ -207,7 +207,7 @@
207
<plugin>
208
<groupId>org.apache.maven.plugins</groupId>
209
<artifactId>maven-javadoc-plugin</artifactId>
210
- <version>3.6.0</version>
+ <version>3.6.2</version>
211
<executions>
212
<execution>
213
<id>attach-javadocs</id>
0 commit comments