Skip to content

Commit 4601344

Browse files
committed
publish
1 parent 8823d28 commit 4601344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ jobs:
7575
- name: Publish New Snapshot Package
7676
# if: github.ref == 'refs/heads/master'
7777
run: ./gradlew publish
78+
env:
79+
GH_PUBLISH_USERNAME: ${{ secrets.GH_PUBLISH_USERNAME }}
80+
GH_PUBLISH_TOKEN: ${{ secrets.GH_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)