Skip to content

Commit

Permalink
build: add missing environment vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Sep 26, 2023
1 parent 41fbcba commit 99436f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
server-password: MAVEN_PASSWORD
- name: Build with Maven
run: mvn -B package
env:
MAVEN_USERNAME: ${{ vars.PACKAGES_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.PACKAGES_PASSWORD }}
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy
env:
Expand Down

0 comments on commit 99436f1

Please sign in to comment.