Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2023
1 parent eb5a4c8 commit 0d14a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
jdkFile: ${{ steps.download-java.outputs.jdkFile }}

- name: Build & Test
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.6.1
with:
arguments: build

Expand All @@ -52,13 +52,13 @@ jobs:

- name: Publish To Sonatype
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.6.1
with:
arguments: publishAllPublicationsToMavenCentral

- name: Publish To Gradle Plugin Portal
if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v')
uses: gradle/gradle-build-action@v2.6.0
uses: gradle/gradle-build-action@v2.6.1
with:
arguments: |
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
Expand Down

0 comments on commit 0d14a91

Please sign in to comment.