Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action digest to fe59895
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 8eecbfc commit 1efee06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@0842a550d10f5211be8c8295f6888889e1fca291
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61
with:
arguments: build

- name: Git status
run: git status
# Publishing to Maven Central
- name: Publish to Maven Central
uses: gradle/gradle-build-action@0842a550d10f5211be8c8295f6888889e1fca291
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61
with:
arguments: printVersion publish closeAndReleaseStagingRepository -Psigning.secretKeyRingFile=./.github/secret/secret-keys.gpg -Psigning.password=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Psigning.keyId=${{ secrets.OSSRH_GPG_SECRET_KEY }}
env:
Expand Down

0 comments on commit 1efee06

Please sign in to comment.