diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 6847de6..7e833d4 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -33,14 +33,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@a810b86311b0b9fc755ecbe7504d2986b7c419ee 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@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@a810b86311b0b9fc755ecbe7504d2986b7c419ee with: arguments: publish env: