Skip to content

Commit 4b00886

Browse files
committed
Merge branch 'main' of github.com:aneesh-neelam/java-lib-aws-s3-iterator
2 parents a642860 + 9b8737d commit 4b00886

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
uses: gradle/actions/setup-gradle@v4
1919
- name: Build with Gradle
2020
run: ./gradlew build
21+
- name: Publish with Gradle
22+
run: ./gradlew publish
23+
env:
24+
GH_USERNAME: aneesh-neelam
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)