Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bseeger committed Aug 22, 2023
1 parent 3de2787 commit 466f9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
server-id: github
settings-path: ${{ github.workspace }}
- name: Create jar and publish to Sonatype
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: jar publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "signing.gnupg.passphrase=${{ secrets.PLATFORM_ROBOT_GPG_PASSPHRASE }}" >> ~/.gradle/gradle.properties
echo "no-tty" >> ~/.gnupg/gpg.conf >> ~/.gradle/gradle.properties
- name: Publish package
uses: gradle/[email protected].0
uses: gradle/[email protected].1
with:
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
Expand Down

0 comments on commit 466f9f3

Please sign in to comment.