Skip to content

Commit 8b130a4

Browse files
authored
Merge pull request #9 from ClickSend/fix/publish
chore: upgrade gradle version
2 parents c84265d + 4e84178 commit 8b130a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
with:
1515
java-version: '11'
1616
distribution: 'temurin'
17+
- name: Upgrade Gradle wrapper
18+
run: chmod +x gradlew && ./gradlew wrapper --gradle-version=8.6
1719
- name: Publish to Github registry
1820
env:
1921
GPR_USER: ClickSend
2022
GPR_API_KEY: ${{ secrets.GPR_TOKEN }}
21-
run: chmod +x gradlew && ./gradlew publish
23+
run: ./gradlew publish

0 commit comments

Comments
 (0)