Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Siroshun09 committed Aug 24, 2023
1 parent 98bfb79 commit 960bb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
uses: gradle/[email protected]
- run: chmod +x ./gradlew
- name: Publish artifacts
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: |
clean
publish -P box.release=${{ startsWith(github.ref, 'refs/tags/') }}
- name: Generate Javadocs
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: aggregateJavadoc -P box.release=${{ startsWith(github.ref, 'refs/tags/') }}
- name: Create top and not-found pages
Expand Down

0 comments on commit 960bb8d

Please sign in to comment.