Skip to content

Commit

Permalink
Move the site publishing around
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed Dec 21, 2024
1 parent 9a25997 commit 9996237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- run: git config --global user.name "Github Action"
- run: echo "M2_HOME=$(dirname $(dirname `which mvn`))" >> $GITHUB_ENV
- name: Verify package
run: mvn --batch-mode site site:stage verify
run: mvn --batch-mode verify
- name: Release package
run: mvn --batch-mode -DskipTests=true releaser:release
run: mvn --batch-mode -DskipTests=true site site:stage releaser:release
- name: Publish documentation
run: mvn scm-publish:publish-scm

0 comments on commit 9996237

Please sign in to comment.