Skip to content

Commit 39abe5d

Browse files
authored
Feature/add auto build (#3)
* Add auto build and deploy to repo * Change names of variables * Run on publish new tag * Update readme * Update yml
1 parent ab35f4a commit 39abe5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildAndPush.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
java-version: '17'
1616
distribution: 'adopt'
17+
- name: Run chmod to make gradlew executable
18+
run: chmod +x ./gradlew
1719
- name: Validate Gradle wrapper
1820
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
1921
- name: Publish package

0 commit comments

Comments
 (0)