Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit authored Mar 4, 2024
1 parent db90845 commit 135b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
function update_metadata() {
cd ~/.m2/repository/${1}
find . -name "*.jar" -o -name "*.pom" | cpio -updm ${REPO}/${1}
find . -name "*.jar" -o -name "*.pom" -o -name "${F_META}" | cpio -updm ${REPO}/${1}
cd ${REPO}/${1}
xmlstarlet ed --inplace -u "//metadata/version" -v ${TAG_VERSION} -u "//metadata/versioning/release" -v ${TAG_VERSION} \
Expand Down

0 comments on commit 135b064

Please sign in to comment.