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 9996237 commit d79b2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Verify package
run: mvn --batch-mode verify
- name: Release package
run: mvn --batch-mode -DskipTests=true site site:stage releaser:release
run: mvn --batch-mode -DskipTests=true releaser:release
- name: Publish documentation
run: mvn scm-publish:publish-scm
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,12 @@
<version>${project.version}</version>
<configuration>
<releaseGoals>
<releaseGoal>clean</releaseGoal>
<releaseGoal>site</releaseGoal>
<releaseGoal>site:stage</releaseGoal>
<releaseGoal>deploy</releaseGoal>
</releaseGoals>
<releaseProfiles>
<releaseProfile>release</releaseProfile>
<releaseProfile>gpg</releaseProfile>
</releaseProfiles>
</configuration>
</plugin>
Expand Down

0 comments on commit d79b2e6

Please sign in to comment.