Skip to content

Commit

Permalink
Update eskatos/gradle-command-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent d2eea81 commit 2052419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 11

- name: Build with Gradle
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
env:
TELEGRAM_ID: ${{ secrets.TELEGRAM_ID }}
CHAT_ID: ${{ secrets.CHAT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--output /home/runner/work/telegram-bot/telegram-bot/telegram-bot/secret.gpg publish_key.gpg
- name: Publish with Gradle
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
gradle-version: current
arguments: publish -Psigning.secretKeyRingFile=secret.gpg -Psigning.keyId=${{secrets.SIGNING_KEYID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -PsonatypeUsername=${{secrets.SONATYPE_USERNAME}} -PsonatypePassword=${{secrets.SONATYPE_PASSWORD}}

0 comments on commit 2052419

Please sign in to comment.