Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow authored Dec 6, 2023
1 parent 3156775 commit 1bdc8b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: 17
architecture: x64
distribution: adopt

- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

env:
MAVEN_OPTS: -Xmx512m
MAVEN_OPTS: -Xmx512m

0 comments on commit 1bdc8b9

Please sign in to comment.