We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fb322 commit 4581c44Copy full SHA for 4581c44
.github/workflows/release.yml
@@ -125,6 +125,7 @@ jobs:
125
- name: Set Release Version
126
run: |
127
mvn -B -ntp -q versions:set -DnewVersion=${{ needs.precheck.outputs.PROJECT_VERSION }} -DgenerateBackupPoms=false
128
+ mvn -pl :parent process-resources
129
130
- name: Release with JReleaser
131
env:
0 commit comments