Skip to content

Commit

Permalink
Trying to fix site publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed Dec 21, 2024
1 parent d8a452b commit 22aa884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- run: git config --global user.name "Github Action"
- run: echo "M2_HOME=$(dirname $(dirname `which mvn`))" >> $GITHUB_ENV
- name: Verify package
run: mvn -DskipTests=true --batch-mode verify
run: mvn --batch-mode verify
- name: Release package
run: mvn --batch-mode -DskipTests=true releaser:release

0 comments on commit 22aa884

Please sign in to comment.