Skip to content

Commit

Permalink
Exclude test module from published artifacts (#56)
Browse files Browse the repository at this point in the history
Resolves #28
  • Loading branch information
ivangreene authored Oct 12, 2024
1 parent 3bf73ea commit 3cef1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ jobs:
else
echo "auto_release=false" >> $GITHUB_ENV
fi
- name: Run tests
run: ./mvnw -B package
- name: Release With Maven
run: |
./mvnw -B -U \
-DskipTests \
-pl '!java-to-zod-maven-plugin-test' \
-Pci-cd \
release:prepare \
release:perform \
Expand Down

0 comments on commit 3cef1c4

Please sign in to comment.