Compare commits

..

No commits in common. "63e6383d19c714166f9e079c153fb5276a7db185" and "f69870228169f83fed1808efbd26ae66dad37510" have entirely different histories.

View file

@ -33,14 +33,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db
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@8e02c8272aba4650563824b7012f8a86158901c6
uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db
with:
arguments: publish
env: