Skip to content

Commit 008c1bd

Browse files
committed
👷: fix ci
1 parent 17ebbdc commit 008c1bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Publish
22

33
on:
44
push:
5-
branches:
6-
- 'master'
7-
- 'legacy_hooks'
85
tags:
96
- '**'
107

@@ -45,5 +42,8 @@ jobs:
4542
~/.konan
4643
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
4744

45+
- name: Give gradlew execute permissions
46+
run: chmod +x ./gradlew
47+
4848
- name: Publish to MavenCentral
4949
run: ./gradlew :hooks:publishAllPublicationsToMavenCentralRepository

0 commit comments

Comments
 (0)