Skip to content

Commit 1adfea1

Browse files
Update gradle/gradle-build-action action to v3
1 parent 07b819e commit 1adfea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Clean Build
2929
run: ./gradlew clean build --no-daemon
3030
- name: Publish package
31-
uses: gradle/gradle-build-action@v2
31+
uses: gradle/gradle-build-action@v3
3232
with:
3333
arguments: publishAllPublicationsToMavenRepository
3434
env:

0 commit comments

Comments
 (0)