Skip to content

Commit acb5278

Browse files
authored
ci : try to fix gradle action (ggerganov#1265)
1 parent 0839209 commit acb5278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428

429429
- name: Publish package
430430
if: ${{ github.ref == 'refs/heads/master' }}
431-
uses: gradle/gradle-build-action@2.4.2
431+
uses: gradle/gradle-build-action@v2.4.2
432432
with:
433433
arguments: publish
434434
build-root-directory: bindings/java

0 commit comments

Comments
 (0)