Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 8cbcb99
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 0ffe430 commit b536d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@0280eb7de5ad3fb0deb50017b8ce842980b4789a
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
with:
arguments: build

- name: Git status
run: git status
# Publishing to Maven Central
- name: Publish to Maven Central
uses: gradle/gradle-build-action@0280eb7de5ad3fb0deb50017b8ce842980b4789a
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
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 b536d41

Please sign in to comment.