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 1dbe175 commit 8a98d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
cd ~/.m2/repository/${1}
find . -name "*.jar" -o -name "*.pom" | cpio -updm ${REPO}/${1}
cd ${REPO}/${1}
echo "$(ls)"
xmlstarlet ed --inplace -u "//metadata/version" -v ${TAG_VERSION} -u "//metadata/versioning/release" -v ${TAG_VERSION} \
-u "//metadata/versioning/lastUpdated" -v $(date "+%Y%m%d%H%M%S") ${F_META}
Expand All @@ -70,4 +71,4 @@ jobs:
git config user.email github-actions@github.com
git add .
git commit -m "Add weasis-core-img release"
git push
git push

0 comments on commit 8a98d63

Please sign in to comment.