Skip to content

Commit

Permalink
Build: add maven env to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Oct 26, 2023
1 parent bead31a commit 093c5e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
- name: Publish
run: ./gradlew publish --stacktrace
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 093c5e4

Please sign in to comment.