We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ebbdc commit 008c1bdCopy full SHA for 008c1bd
1 file changed
.github/workflows/publish.yml
@@ -2,9 +2,6 @@ name: Publish
2
3
on:
4
push:
5
- branches:
6
- - 'master'
7
- - 'legacy_hooks'
8
tags:
9
- '**'
10
@@ -45,5 +42,8 @@ jobs:
45
42
~/.konan
46
43
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
47
44
+ - name: Give gradlew execute permissions
+ run: chmod +x ./gradlew
+
48
- name: Publish to MavenCentral
49
run: ./gradlew :hooks:publishAllPublicationsToMavenCentralRepository
0 commit comments