Skip to content

Commit 4581c44

Browse files
author
José Pereda
authored
build: call process-resources (gluonhq#549)
1 parent 99fb322 commit 4581c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Set Release Version
126126
run: |
127127
mvn -B -ntp -q versions:set -DnewVersion=${{ needs.precheck.outputs.PROJECT_VERSION }} -DgenerateBackupPoms=false
128+
mvn -pl :parent process-resources
128129
129130
- name: Release with JReleaser
130131
env:

0 commit comments

Comments
 (0)