Skip to content

Commit 34a04df

Browse files
committed
Added Gradle Publish
1 parent c00611d commit 34a04df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradleBuildPublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
run: ./gradlew build
2121
- name: Publish with Gradle
2222
run: ./gradlew publish
23+
env:
24+
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)