mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Merge pull request #11 from anas-elgarhy/renovate/gradle-gradle-build-action-digest
chore(deps): update gradle/gradle-build-action digest to 59d37bd
This commit is contained in:
commit
177ce1e6e3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gradle-publish.yml
vendored
4
.github/workflows/gradle-publish.yml
vendored
|
@ -33,14 +33,14 @@ jobs:
|
|||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
|
||||
uses: gradle/gradle-build-action@59d37bdb619feb5c23a98c4eb6df30c36b64d88c
|
||||
with:
|
||||
arguments: build
|
||||
|
||||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
||||
# the publishing section of your build.gradle
|
||||
- name: Publish to GitHub Packages
|
||||
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
|
||||
uses: gradle/gradle-build-action@59d37bdb619feb5c23a98c4eb6df30c36b64d88c
|
||||
with:
|
||||
arguments: publish
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue